Hackathon - FHIR Implementation Guide For Continuity of Care
1.0.1 - ci-build International flag

Hackathon - FHIR Implementation Guide For Continuity of Care, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/OHIE24-Continuity-of-Care/ and changes regularly. See the Directory of published versions

: Providers Location - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "ProvidersLocationExample",
  "meta" : {
    "profile" : [
      🔗 "http://ohie.org/fhir/StructureDefinition/providers-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location ProvidersLocationExample</b></p><a name=\"ProvidersLocationExample\"> </a><a name=\"hcProvidersLocationExample\"> </a><a name=\"ProvidersLocationExample-en-US\"> </a><p><b>identifier</b>: <code>http://ohie.org/fhir/identifier/provider-location</code>/Location-ID-1</p><p><b>status</b>: Active</p><p><b>name</b>: Location name</p><p><b>address</b>: 177 Nawala Road Nugegoda Colombo 32350 LK </p><p><b>managingOrganization</b>: <a href=\"Organization-CurrentServiceProviderExample1.html\">Organization Facility A</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://ohie.org/fhir/identifier/provider-location",
      "value" : "Location-ID-1"
    }
  ],
  "status" : "active",
  "name" : "Location name",
  "address" : {
    "type" : "postal",
    "line" : [
      "177",
      "Nawala Road"
    ],
    "city" : "Nugegoda",
    "district" : "Ampara",
    "state" : "Colombo",
    "postalCode" : "32350",
    "country" : "LK"
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/CurrentServiceProviderExample1"
  }
}