FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-daughter1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson daughter1
active: true
patient: Patricia Noelle Female, DoB: 1955-01-15 ( Medical Record Number: 103270456 (use: usual, ))
relationship: daughter
name: Rose Noelle
{
"resourceType": "RelatedPerson",
"id": "daughter1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/cc-pat-pnoelle"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "DAUC"
}
]
}
],
"name": [
{
"text": "Rose Noelle",
"family": "Rose",
"given": [
"Noelle"
]
}
]
}