This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v2.0.0: STU 2) 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" : "Decedent-Example3",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Madelyn Patel (OFFICIAL)</b> female, DoB: ( Social Beneficiary Identifier: 987654321)</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/vrdr/StructureDefinition/NVSS-SexAtDeath",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/administrative-gender",
"code" : "unknown",
"display" : "Unknown"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress" : {
"state" : "NY",
"country" : "US"
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "SB",
"display" : "Social Beneficiary Identifier"
}
]
},
"system" : "http://hl7.org/fhir/sid/us-ssn",
"value" : "987654321"
}
],
"name" : [
{
"use" : "official",
"family" : "Patel",
"given" : [
"Madelyn"
]
},
{
"use" : "maiden",
"text" : "Joyce McCain",
"family" : "McCain",
"given" : [
"Joyce"
]
}
],
"gender" : "female",
"_birthDate" : {
"extension" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/us/vrdr/StructureDefinition/Date-Day",
"valueUnsignedInt" : 10
},
{
"url" : "http://hl7.org/fhir/us/vrdr/StructureDefinition/Date-Year",
"valueUnsignedInt" : 2004
},
{
"url" : "http://hl7.org/fhir/us/vrdr/StructureDefinition/Date-Month",
"valueUnsignedInt" : 11
}
],
"url" : "http://hl7.org/fhir/us/vrdr/StructureDefinition/PartialDate"
}
]
},
"address" : [
{
"state" : "NY"
}
]
}