FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-banks-mia-leanne-father.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson banks-mia-leanne-father
Profile: AU Core RelatedPerson
relationship: Father
name: Bob Banks
{
"resourceType": "RelatedPerson",
"id": "banks-mia-leanne-father",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/banks-mia-leanne"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "FTH"
}
],
"text": "Father"
}
],
"name": [
{
"family": "Banks",
"given": [
"Bob"
]
}
]
}