FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypeOrganization
IdOrganization-ExampleERefReferringFacility.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization ExampleERefReferringFacility

identifier: Facility ID/DOH000000000001234

active: true

type: Hospital

name: Manila General Hospital - Barangay 143 Health Center

telecom: +63 2 8123 4567, contact@manilagenhosp.ph

address: 123 Rizal Avenue, Barangay 143, Manila, Philippines(work)


Source1

{
  "resourceType": "Organization",
  "id": "ExampleERefReferringFacility",
  "meta": {
    "profile": [
      "https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "FI",
            "display": "Facility ID"
          }
        ]
      },
      "system": "https://nhfr.doh.gov.ph/facility",
      "value": "DOH000000000001234"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP",
          "display": "Hospital"
        }
      ]
    }
  ],
  "name": "Manila General Hospital - Barangay 143 Health Center",
  "telecom": [
    {
      "system": "phone",
      "value": "+63 2 8123 4567",
      "use": "work"
    },
    {
      "system": "email",
      "value": "contact@manilagenhosp.ph",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "both",
      "text": "123 Rizal Avenue, Barangay 143, Manila, Philippines",
      "line": [
        "123 Rizal Avenue"
      ],
      "city": "Manila",
      "district": "Barangay 143",
      "state": "Metro Manila",
      "postalCode": "1000",
      "country": "PH"
    }
  ]
}