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

FHIR IG analytics

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

identifier: http://fhir.nhdr.gov.ph/nhfr/hospcode/DOH789012

type: Healthcare Provider

name: Manila General Hospital

address: 456 Hospital Drive Manila Metro Manila PH


Source1

{
  "resourceType": "Organization",
  "id": "ExampleERefOrganizationReceiving",
  "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": "DOH789012"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Manila General Hospital",
  "address": [
    {
      "line": [
        "456 Hospital Drive"
      ],
      "city": "Manila",
      "state": "Metro Manila",
      "country": "PH"
    }
  ]
}