FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-au-core-relatedperson-conformant.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson au-core-relatedperson-conformant
Profile: AU Core RelatedPerson
patient: Patient/relatedperson-patient-fixture
relationship: Father
name: Bob Banks(Official)
telecom: ph: 0400000002(Mobile)
address: 1 Test Street Testville NSW 2000 (home)
{
"resourceType": "RelatedPerson",
"id": "au-core-relatedperson-conformant",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/relatedperson-patient-fixture"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "FTH",
"display": "father"
}
],
"text": "Father"
}
],
"name": [
{
"use": "official",
"text": "Bob Banks",
"family": "Banks",
"given": [
"Bob"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0400000002",
"use": "mobile"
}
],
"address": [
{
"use": "home",
"line": [
"1 Test Street"
],
"city": "Testville",
"state": "NSW",
"postalCode": "2000"
}
]
}