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

: Device Information - JSON Representation

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "DeviceInformationExample",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.lk/ips/StructureDefinition/device-information"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device DeviceInformationExample</b></p><a name=\"DeviceInformationExample\"> </a><a name=\"hcDeviceInformationExample\"> </a><a name=\"DeviceInformationExample-en-US\"> </a><p><b>identifier</b>: <code>http://fhir.health.gov.lk/ips/identifier/system-id</code>/OpenMRS-1234-1</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 129465004}\">Medical record</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fhir.health.gov.lk/ips/CodeSystem/cs-device-classification OpenMRS}\">OpenMRS</span></td><td>2.5.0</td></tr></table><p><b>owner</b>: <a href=\"Organization-OrganizationExample.html\">Organization Some Health Facility</a></p><p><b>location</b>: <a href=\"Location-ProvidersLocationExample.html\">Location Name for the location</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.health.gov.lk/ips/identifier/system-id",
      "value" : "OpenMRS-1234-1"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "129465004"
      }
    ]
  },
  "version" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.health.gov.lk/ips/CodeSystem/cs-device-classification",
            "code" : "OpenMRS"
          }
        ]
      },
      "value" : "2.5.0"
    }
  ],
  "owner" : {
    🔗 "reference" : "Organization/OrganizationExample"
  },
  "location" : {
    🔗 "reference" : "Location/ProvidersLocationExample"
  }
}