FHIR IG analytics| Package | hl7.fhir.us.vr-common-library.r4 |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-relatedperson-mother-vr-carol-hoffer-common.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson relatedperson-mother-vr-carol-hoffer-common
active: true
patient: Patient - Child (Baby G Quinn)
relationship: Adoptive Mother
name: Carol Hoffer (Official)
gender: Female
birthDate: 1985-03-17
{
"resourceType": "RelatedPerson",
"id": "relatedperson-mother-vr-carol-hoffer-common",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-mother-vr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/patient-child-vr-babyg-quinn-common",
"display": "Patient - Child (Baby G Quinn)"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "ADOPTM",
"display": "adoptive mother"
}
],
"text": "Adoptive Mother"
}
],
"name": [
{
"use": "official",
"family": "Hoffer",
"given": [
"Carol"
]
}
],
"gender": "female",
"birthDate": "1985-03-17"
}