FHIR IG analytics| Package | fhir.ph.core |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-relatedperson-single-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "RelatedPerson",
"id": "relatedperson-single-example",
"meta": {
"profile": [
"http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-relatedperson"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://philsys.gov.ph/fhir/Identifier/philsys-id",
"value": "1234-1234567-1"
}
],
"patient": {
"reference": "Patient/patient-single-example"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MTH"
}
]
}
],
"name": [
{
"family": "Santos",
"given": [
"Maria",
"Cruz"
]
}
],
"gender": "female",
"birthDate": "1955-01-01",
"address": [
{
"extension": [
{
"url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/region",
"valueCoding": {
"system": "https://psa.gov.ph/classification/psgc",
"code": "0102800000",
"display": "Ilocos Norte"
}
},
{
"url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/province",
"valueCoding": {
"system": "https://psa.gov.ph/classification/psgc",
"code": "1705100000",
"display": "Occidental Mindoro"
}
}
],
"line": [
"123 Mabini Street"
],
"postalCode": "1100",
"country": "PH"
}
]
}