LK NEHR Sri Lanka Patient Summary (IPS based) Implementation Guide
0.1.0 - STU1 Sri Lanka flag

LK NEHR Sri Lanka Patient Summary (IPS based) Implementation Guide, published by Ministry of Health, Sri Lanka. 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/lk-gov-health-hiu/lk-nehr-fhir-ips/ and changes regularly. See the Directory of published versions

: Providers Location - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "ProvidersLocationExample",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.lk/ips/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>: Provider location identifier/Location-ID-1, Provider location identifier/Location-ID-2</p><p><b>status</b>: Active</p><p><b>name</b>: Name for the location</p><p><b>telecom</b>: <a href=\"tel:+27829999999\">+27829999999</a>, <a href=\"mailto:someone@something.com\">someone@something.com</a>, <a href=\"mailto:someone2@something.com\">someone2@something.com</a></p><p><b>address</b>: 177 Nawala Road Nugegoda Colombo 32350 LK </p><p><b>managingOrganization</b>: <a href=\"Organization-OrganizationExample.html\">Organization Some Health Facility</a></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.health.gov.lk/ips/CodeSystem/cs-identifier-types",
            "code" : "PLOC"
          }
        ],
        "text" : "Provider location identifier"
      },
      "system" : "http://fhir.health.gov.lk/ips/identifier/provider-location",
      "value" : "Location-ID-1"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.health.gov.lk/ips/CodeSystem/cs-identifier-types",
            "code" : "PLOC"
          }
        ],
        "text" : "Provider location identifier"
      },
      "system" : "http://fhir.health.gov.lk/ips/identifier/provider-location",
      "value" : "Location-ID-2"
    }
  ],
  "status" : "active",
  "name" : "Name for the location",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+27829999999"
    },
    {
      "system" : "email",
      "value" : "someone@something.com"
    },
    {
      "system" : "email",
      "value" : "someone2@something.com"
    }
  ],
  "address" : {
    "type" : "postal",
    "line" : [
      "177",
      "Nawala Road"
    ],
    "city" : "Nugegoda",
    "district" : "Ampara",
    "state" : "Colombo",
    "postalCode" : "32350",
    "country" : "LK"
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/OrganizationExample"
  }
}