FHIR IG analytics| Package | hl7.fhir.us.vrdr.r4 |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-DecedentSpouse-Example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson DecedentSpouse-Example1
active: true
patient: Madelyn Patel (official) Female, DoB: 1978-03-12 ( Social Beneficiary Identifier: SSN#987654321)
relationship: spouse
name: Decedent Spouse(Name changed for Marriage)
{
"resourceType": "RelatedPerson",
"id": "DecedentSpouse-Example1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-spouse"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/Decedent-Example1"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "SPS"
}
]
}
],
"name": [
{
"use": "maiden",
"text": "Decedent Spouse",
"family": "Gazette",
"given": [
"Samuel"
],
"suffix": [
"III"
]
}
]
}