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

FHIR IG analytics

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

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


Source1

{
  "resourceType": "Organization",
  "id": "ExampleERefOrganizationRequester",
  "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"
    }
  ]
}