FHIR Osiris Implementation Guide - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "L304",
"meta" : {
"profile" : [
🔗 "https://build.fhir.org/ig/arkhn/arkhn-ig-osiris/StructureDefinition/onco-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Anonymous Patient</b> male, DoB: 1967-11-08</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">2017-11-29</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-fhir-osiris-provider-organization.html\">Organization/fhir-osiris-provider-organization</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The origin center organization of an Oncology Patient.\"><a href=\"StructureDefinition-origin-center.html\">Patient Origin Center:</a></td><td colspan=\"3\"><ul><li><a href=\"Organization-fhir-osiris-origin-organization.html\">Organization/fhir-osiris-origin-organization</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient ethnicity\"><a href=\"StructureDefinition-ethnicity.html\">Patient Ethnicity:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-Race 2043-8}\">Okinawan</span></li></ul></td></tr></table></div>"
},
"extension" : [
{
"url" : "https://build.fhir.org/ig/arkhn/arkhn-ig-osiris/StructureDefinition/origin-center",
"valueReference" : {
🔗 "reference" : "Organization/fhir-osiris-origin-organization"
}
},
{
"url" : "https://build.fhir.org/ig/arkhn/arkhn-ig-osiris/StructureDefinition/ethnicity",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Race",
"code" : "2043-8"
}
]
}
}
],
"gender" : "male",
"birthDate" : "1967-11-08",
"deceasedDateTime" : "2017-11-29",
"managingOrganization" : {
🔗 "reference" : "Organization/fhir-osiris-provider-organization"
}
}