FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson example0
Profile: AU Base RelatedPerson
identifier: Medical record number/767767765FRD
active: true
relationship: Next-of-Kin
name: Benedicte du Marche
telecom: +33 (237) 998327
gender: Female
address: 43, Place du Marche Sainte Catherine Paris 75004 FRA
| ContentType | Url |
| image/jpeg | Binary/f016 |
{
"resourceType": "RelatedPerson",
"id": "example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-relatedperson"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "http://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0/8003621566684455",
"value": "767767765FRD",
"assigner": {
"reference": "Organization/example0",
"display": "Downunder Hospital"
}
}
],
"active": true,
"patient": {
"reference": "Patient/example0"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "WIFE"
}
]
}
],
"name": [
{
"family": "du Marche",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
"valueString": "VV"
}
]
},
"given": [
"Benedicte"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+33 (237) 998327"
}
],
"gender": "female",
"address": [
{
"line": [
"43, Place du Marche Sainte Catherine"
],
"city": "Paris",
"postalCode": "75004",
"country": "FRA"
}
],
"photo": [
{
"contentType": "image/jpeg",
"url": "Binary/f016"
}
]
}