This page is part of the Vital Records Common Profile Library (v1.0.0: STU 1 on FHIR R4) 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
{
"resourceType" : "Patient",
"id" : "patient-child-babyg-quinn-common",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2020-11-19T04:03:48.962+00:00",
"source" : "#CPV9g9R1uI1lAX2c",
"profile" : [
"http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><blockquote><p><b>US Core Race Extension</b></p><p><b>value</b>: <span title=\"{urn:oid:2.16.840.1.113883.6.238 2106-3}\">White</span></p><p><b>value</b>: White</p></blockquote><blockquote><p><b>US Core Ethnicity Extension</b></p><p><b>value</b>: <span title=\"{urn:oid:2.16.840.1.113883.6.238 2186-5}\">Not Hispanic or Latino</span></p><p><b>value</b>: Not Hispanic or Latino</p></blockquote><p><b>US Core Birth Sex Extension</b>: F</p><p><b>Birth Place</b>: Salt Lake City UT </p><p><b>identifier</b>: Medical Record Number: 9932702 (USUAL)</p><p><b>name</b>: Baby G Quinn </p><p><b>gender</b>: female</p><p><b>birthDate</b>: 2019-02-12</p><p><b>multipleBirth</b>: 1</p></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" : "text",
"valueString" : "White"
}
]
},
{
"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" : "F"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress" : {
"city" : "Salt Lake City",
"district" : "Salt Lake",
"state" : "UT"
}
}
],
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR",
"display" : "Medical Record Number"
}
]
},
"system" : "http://hospital.smarthealthit.org",
"value" : "9932702"
}
],
"name" : [
{
"family" : "Quinn",
"given" : [
"Baby",
"G"
]
}
],
"gender" : "female",
"birthDate" : "2019-02-12",
"_birthDate" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
"valueDateTime" : "2019-02-12T13:00:00-07:00"
}
]
},
"multipleBirthInteger" : 1
}