FHIR IG analytics| Package | johnmoehrke.emancipation.example |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-ex-mother.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson ex-mother
active: true
patient: John Schmidt Other, DoB: 2009-07-25
relationship: mother
name: Mary Ann Schmidt (Official)
gender: Female
{
"resourceType": "RelatedPerson",
"id": "ex-mother",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/ex-patient"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MTH",
"display": "mother"
}
]
}
],
"name": [
{
"use": "official",
"family": "Schmidt",
"given": [
"Mary",
"Ann"
]
}
],
"gender": "female"
}