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

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypeOrganization
IdOrganization-ExampleERefReceivingHospital.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 ExampleERefReceivingHospital

identifier: urn:oid:2.16.840.1.113883.2.9.4.1.1/HOSP-QC-001

active: true

type: Healthcare Provider

name: Philippine Heart Center

address: East Avenue Quezon City Metro Manila 1100 PH


Source1

{
  "resourceType": "Organization",
  "id": "ExampleERefReceivingHospital",
  "meta": {
    "profile": [
      "https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.9.4.1.1",
      "value": "HOSP-QC-001"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Philippine Heart Center",
  "address": [
    {
      "line": [
        "East Avenue"
      ],
      "city": "Quezon City",
      "state": "Metro Manila",
      "postalCode": "1100",
      "country": "PH"
    }
  ]
}