This page is part of the Medicolegal Death Investigation (MDI) (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: US Core Patient - Unknown Name - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "us-core-patient-unknown-name",
"meta" : {
"versionId" : "3",
"lastUpdated" : "2022-08-16T00:48:48.046+00:00",
"source" : "#M96qCs8z4WVse4Xg",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <div class=\"hapiHeaderText\">\n <b>UNK </b>\n </div>\n <table class=\"hapiPropertyTable\">\n <tbody>\n <tr>\n <td>Identifier</td>\n <td>MR303303305</td>\n </tr>\n </tbody>\n </table>\n </div>"
},
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR",
"display" : "Medical Record Number"
}
],
"text" : "Medical Record Number"
},
"system" : "http://hospital.smarthealthit.org",
"value" : "MR303303305"
}
],
"active" : true,
"name" : [
{
"family" : "UNK",
"_family" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "unknown"
}
]
}
}
],
"gender" : "unknown"
}