IDEA4RC FHIR Implementation Guide, published by IDEA4RC Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/idea4rc/ and changes regularly. See the Directory of published versions
: Patient: race extension - 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 "patient-id-17"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/patient-eu-i4rc"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/patient-eu-i4rc> ] )
] ; #
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 patient-id-17</b></p><a name=\"patient-id-17\"> </a><a name=\"hcpatient-id-17\"> </a><a name=\"patient-id-17-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Male, DoB: 1968-01-01</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">North American country </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. Derived by the US core Race extensions.\"><a href=\"StructureDefinition-Race-eu-i4rc.html\">Race Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 8516}\">Black or African American</span></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Race-eu-i4rc"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8516" ] ;
fhir:display [ fhir:v "Black or African American" ] ] ) ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1968-01-01"^^xsd:date] ; #
fhir:address ( [
fhir:country [ fhir:v "North American country" ]
] ) . #