FHIR IG analytics| Package | fhir.ph.core |
| Resource Type | Patient |
| Id | Patient-example-patient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "example-patient",
"meta": {
"profile": [
"http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "PH",
"display": "Philippines (the)"
}
]
}
},
{
"url": "period",
"valuePeriod": {
"start": "2020-01-01",
"end": "2023-01-01"
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
"code": "1007",
"display": "Atheism"
}
]
}
},
{
"url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/race",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Race",
"code": "2036-2",
"display": "Filipino"
}
]
}
}
],
"identifier": [
{
"system": "http://philhealth.gov.ph/fhir/Identifier/philhealth-id",
"value": "63-584789845-5"
}
],
"active": true,
"name": [
{
"family": "Dela Cruz",
"given": [
"Juan Jane",
"Dela Fuente"
]
}
],
"gender": "male",
"birthDate": "1985-06-15",
"address": [
{
"extension": [
{
"url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/barangay",
"valueCoding": {
"system": "https://psa.gov.ph/classification/psgc",
"code": "1380100001",
"display": "Barangay 1"
}
},
{
"url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/city-municipality",
"valueCoding": {
"system": "https://psa.gov.ph/classification/psgc",
"code": "1380200000",
"display": "City of Las PiƱas"
}
},
{
"url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/province",
"valueCoding": {
"system": "https://psa.gov.ph/classification/psgc",
"code": "0402100000",
"display": "Cavite"
}
}
],
"line": [
"123 Mabini Street",
"Barangay Malinis"
],
"city": "Quezon City",
"district": "NCR",
"postalCode": "1100",
"country": "PH"
}
]
}