FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | Organization |
| Id | Organization-ExampleERefOrganizationMinimal.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ExampleERefOrganizationMinimal
Profile: PH Core Organization
identifier: http://fhir.nhdr.gov.ph/nhfr/hospcode/DOH123456
name: Rural Health Unit - Barangay Health Center
address: 123 Health Center Road Quezon City Metro Manila PH
{
"resourceType": "Organization",
"id": "ExampleERefOrganizationMinimal",
"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": "DOH123456"
}
],
"name": "Rural Health Unit - Barangay Health Center",
"address": [
{
"line": [
"123 Health Center Road"
],
"city": "Quezon City",
"state": "Metro Manila",
"country": "PH"
}
]
}