This page is part of the Healthcare Associated Infection Implementation Guide (v2.1.0: STU2) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: US Core Patient: HAI Patient 1 - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "hai-patient-1",
"meta" : {
"versionId" : "4",
"lastUpdated" : "2023-03-17T03:21:28.426+00:00",
"source" : "#hv5RiGYBHgQSIyMl",
"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\">Ned \n <b>NUCLEAR </b>\n </div>\n <table class=\"hapiPropertyTable\">\n <tbody>\n <tr>\n <td>Identifier</td>\n <td>959595</td>\n </tr>\n <tr>\n <td>Date of birth</td>\n <td>\n <span>25 November 1954</span>\n </td>\n </tr>\n </tbody>\n </table>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
"extension" : [
{
"url" : "ombCategory",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "2106-3",
"display" : "White"
}
},
{
"url" : "ombCategory",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "1002-5",
"display" : "American Indian/Alaska Native"
}
},
{
"url" : "text",
"valueString" : "White and American Indian/Alaska Native"
}
]
},
{
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
"extension" : [
{
"url" : "ombCategory",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "2186-5",
"display" : "Not Hispanic or Latino"
}
},
{
"url" : "text",
"valueString" : "Not Hispanic or Latino"
}
]
},
{
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode" : "M"
},
{
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-genderIdentity",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code" : "ASKU",
"display" : "asked but unknown"
}
],
"text" : "asked but unknown"
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MA"
}
]
},
"system" : "urn:oid:2.16.840.1.113883.19.5",
"value" : "959595"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "SS"
}
]
},
"system" : "urn:oid:2.16.840.1.113883.4.1",
"value" : "12345"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "urn:oid:2.16.840.1.113883.4.338",
"value" : "12345"
}
],
"name" : [
{
"use" : "official",
"family" : "Nuclear",
"given" : [
"Ned"
]
}
],
"gender" : "male",
"birthDate" : "1954-11-25"
}