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
{
"resourceType" : "Patient",
"id" : "patient-id-17",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/patient-eu-i4rc"
]
},
"text" : {
"status" : "generated",
"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>"
},
"extension" : [
{
"url" : "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Race-eu-i4rc",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://fhir.ohdsi.org/CodeSystem/concepts",
"code" : "8516",
"display" : "Black or African American"
}
]
}
}
],
"gender" : "male",
"birthDate" : "1968-01-01",
"address" : [
{
"country" : "North American country"
}
]
}