FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | Organization |
| Id | Organization-ExampleERefOrganizationOnwardReceiving.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ExampleERefOrganizationOnwardReceiving
Profile: PH Core Organization
identifier: http://fhir.nhdr.gov.ph/nhfr/hospcode/DOH345678
type: Healthcare Provider
name: Eastern District Medical Center
address: 789 District Avenue Pasig City Metro Manila PH
{
"resourceType": "Organization",
"id": "ExampleERefOrganizationOnwardReceiving",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://fhir.nhdr.gov.ph/nhfr/hospcode",
"value": "DOH345678"
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Eastern District Medical Center",
"address": [
{
"line": [
"789 District Avenue"
],
"city": "Pasig City",
"state": "Metro Manila",
"country": "PH"
}
]
}