Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Patient001 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Patient001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://smart-bear.eu/fhir/StructureDefinition/SmartBearPatient"^^xsd:anyURI ;
fhir:link <https://smart-bear.eu/fhir/StructureDefinition/SmartBearPatient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Patient001</b></p><a name=\"Patient001\"> </a><a name=\"hcPatient001\"> </a><a name=\"Patient001-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mario Bianchi Male, DoB: 1983-11-07 ( Patient001)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>Mario Rossi</li><li><a href=\"mailto:mario.rossitest@smartbear.eu\">mario.rossitest@smartbear.eu</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ethnic group of a patient\"><a href=\"StructureDefinition-gecco-extension-patient-ethnic-group.html\">Ethnic Group</a></td><td colspan=\"3\"><span title=\"Codes:{urn:oid:2.16.840.1.113883.6.238 2135-2}\">Hispanic or Latino</span></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/ethnic-group"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2135-2" ] ;
fhir:display [ fhir:v "Hispanic or Latino" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:value [ fhir:v "Patient001" ]
] ) ; #
fhir:name ( [
fhir:text [ fhir:v "Mario Bianchi" ] ;
fhir:family [ fhir:v "Bianchi" ] ;
( fhir:given [ fhir:v "Mario" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1983-11-07"^^xsd:date] ; #
fhir:contact ( [
fhir:name [
fhir:text [ fhir:v "Mario Rossi" ] ;
fhir:family [ fhir:v "Rossi" ] ;
( fhir:given [ fhir:v "Mario" ] ) ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mario.rossitest@smartbear.eu" ] ] )
] ) . #