FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-Scen5RelatedPersonNadia.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson
Resource RelatedPerson "Scen5RelatedPersonNadia"
patient: Patient/Scen5PatientRosalie " BELYAEV"
relationship: Mother (RoleCode#MTH "mother")
name: Nadia Belyaev (OFFICIAL)
gender: female
{
"resourceType": "RelatedPerson",
"id": "Scen5RelatedPersonNadia",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/Scen5PatientRosalie"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MTH",
"display": "mother"
}
],
"text": "Mother"
}
],
"name": [
{
"use": "official",
"family": "Belyaev",
"given": [
"Nadia"
]
}
],
"gender": "female"
}