FHIR IG analytics| Package | hl7.fhir.us.sdoh-clinicalcare.r4 |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-SDOHCC-RelatedPersonMotherExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson SDOHCC-RelatedPersonMotherExample
active: true
patient: COLIN ABBAS
relationship: Natural Mother
name: Eve Everywoman (Official)
telecom: ph: 555-555-2003(Work)
gender: Female
birthDate: 1973-05-31
address: 2222 Home Street (home)
{
"resourceType": "RelatedPerson",
"id": "SDOHCC-RelatedPersonMotherExample",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/pat-53234",
"display": "COLIN ABBAS"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "NMTH",
"display": "natural mother"
}
],
"text": "Natural Mother"
}
],
"name": [
{
"use": "official",
"family": "Everywoman",
"given": [
"Eve"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-2003",
"use": "work"
}
],
"gender": "female",
"birthDate": "1973-05-31",
"address": [
{
"use": "home",
"line": [
"2222 Home Street"
]
}
]
}