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

FHIR IG analytics

Packageexample.fhir.ph.roadsafety
Resource TypeOrganization
IdOrganization-RSMinimumExampleOrganization.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 RSMinimumExampleOrganization

name: Department of Health - Central Office

telecom: +63-2-752-8401

address: San Lazaro Compound, Rizal Avenue Manila NCR 1003 PH


Source1

{
  "resourceType": "Organization",
  "id": "RSMinimumExampleOrganization",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "Department of Health - Central Office",
  "telecom": [
    {
      "system": "phone",
      "value": "+63-2-752-8401"
    }
  ],
  "address": [
    {
      "line": [
        "San Lazaro Compound, Rizal Avenue"
      ],
      "city": "Manila",
      "state": "NCR",
      "postalCode": "1003",
      "country": "PH"
    }
  ]
}