FHIR IG analytics| Package | fhir.ph.core |
| Resource Type | Organization |
| Id | Organization-organization-single-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Organization",
"id": "organization-single-example",
"meta": {
"profile": [
"http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://doh.gov.ph/fhir/Identifier/doh-nhfr-code",
"value": "1234567890"
},
{
"system": "http://nhdr.gov.ph/fhir/Identifier/philhealthaccreditationnumber",
"value": "PAN-2024-56789"
},
{
"system": "http://nhdr.gov.ph/fhir/Identifier/philhealthemployernumber",
"value": "PEN-987654321"
},
{
"system": "http://my-hospital.org/internal-id",
"value": "HOSP-INT-12345"
}
],
"active": true,
"name": "Department of Health - Sattelite Office",
"telecom": [
{
"system": "phone",
"value": "+63-2-8651-7800",
"use": "work"
},
{
"system": "email",
"value": "contact@doh.gov.ph",
"use": "work"
}
],
"address": [
{
"extension": [
{
"url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/region",
"valueCoding": {
"system": "https://psa.gov.ph/classification/psgc",
"code": "1401100000",
"display": "Benguet"
}
},
{
"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/barangay",
"valueCoding": {
"system": "https://psa.gov.ph/classification/psgc",
"code": "1380100001",
"display": "Barangay 1"
}
}
],
"use": "work",
"line": [
"123 Hospital Street"
],
"postalCode": "1740",
"country": "PH"
}
],
"contact": [
{
"name": {
"text": "Health Facility Contact"
},
"telecom": [
{
"system": "phone",
"value": "+63-2-8651-7800"
}
],
"address": {
"extension": [
{
"url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/region",
"valueCoding": {
"system": "https://psa.gov.ph/classification/psgc",
"code": "1401100000",
"display": "Benguet"
}
},
{
"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/barangay",
"valueCoding": {
"system": "https://psa.gov.ph/classification/psgc",
"code": "1380100001",
"display": "Barangay 1"
}
}
],
"use": "work",
"line": [
"125 Central Office Street"
],
"postalCode": "1740",
"country": "PH"
}
}
]
}