SMART PH4H
0.1.0 - ci-build

SMART PH4H, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-ph4h/tree/main and changes regularly. See the Directory of published versions

: Example Organization - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "890751f4-2924-4636-bab7-efffc7f3cf14",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization 890751f4-2924-4636-bab7-efffc7f3cf14</b></p><a name=\"890751f4-2924-4636-bab7-efffc7f3cf14\"> </a><a name=\"hc890751f4-2924-4636-bab7-efffc7f3cf14\"> </a><a name=\"890751f4-2924-4636-bab7-efffc7f3cf14-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.528.1.1007.3.3</code>/564738757</p><p><b>active</b>: true</p><p><b>name</b>: Anorg Aniza Tion BV / The best custodian ever</p><p><b>telecom</b>: <a href=\"tel:+31-51-34343400\">+31-51-34343400</a></p><p><b>address</b>: Houttuinen 27 Dordrecht 3311 CE NL (work)</p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.528.1.1007.3.3",
      "value" : "564738757"
    }
  ],
  "active" : true,
  "name" : "Anorg Aniza Tion BV / The best custodian ever",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+31-51-34343400",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "Houttuinen 27"
      ],
      "city" : "Dordrecht",
      "postalCode" : "3311 CE",
      "country" : "NL"
    }
  ]
}