FHIR IG analytics| Package | hl7.fhir.us.vrdr |
| Resource Type | Patient |
| Id | Patient-Decedent-Example3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Decedent-Example3
Madelyn Patel (official) Female, DoB: 1978-03-12 ( Social Beneficiary Identifier: SSN#987654321)
| Alt. Name: | Joyce McCain(Name changed for Marriage) | ||
| Contact Detail | NY | ||
| NVSS SexAtDeath | Unknown | ||
| Patient Birth Place | NY US | ||
{
"resourceType": "Patient",
"id": "Decedent-Example3",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "1978-03-12",
"address": [
{
"state": "NY"
}
]
}