FHIR IG analytics| Package | nictiz.fhir.nl.r4.cio |
| Resource Type | RelatedPerson |
| Id | cp-XXX-Hali.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "RelatedPerson",
"id": "cp-XXX-Hali",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"
]
},
"patient": {
"reference": "Patient/patient-XXX-Hali",
"type": "Patient",
"display": "Patient, Abdelhak (Abdel) XXX_Hali"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "DOMPART",
"display": "Partner"
}
]
}
],
"name": [
{
"use": "official",
"text": "Diana XXX_Hali",
"family": "XXX_Hali",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "XXX_Hali"
}
]
},
"given": [
"Diana"
],
"_given": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "BR"
}
]
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "0612345678"
}
]
}