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 -------------------------------------------------------------------
<http://hl7.org/fhir/Patient/patient-id-17> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "patient-id-17"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/patient-eu-i4rc" ;
fhir:index 0 ;
fhir:link <http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/patient-eu-i4rc>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-eu-i4rc.html\">Patient: IDEA4RC</a></p></div><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:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Race-eu-i4rc" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.ohdsi.org/CodeSystem/concepts" ] ;
fhir:Coding.code [ fhir:value "8516" ] ;
fhir:Coding.display [ fhir:value "Black or African American" ]
]
]
] ;
fhir:Patient.gender [ fhir:value "male"] ;
fhir:Patient.birthDate [ fhir:value "1968-01-01"^^xsd:date] ;
fhir:Patient.address [
fhir:index 0 ;
fhir:Address.country [ fhir:value "North American country" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/patient-id-17.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/patient-id-17.ttl> .