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 - XML Representation

Raw xml | Download



<Device xmlns="http://hl7.org/fhir">
  <id value="DeviceInformationExample"/>
  <meta>
    <profile
             value="http://fhir.health.gov.lk/ips/StructureDefinition/device-information"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <system value="http://fhir.health.gov.lk/ips/identifier/system-id"/>
    <value value="OpenMRS-1234-1"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="129465004"/>
    </coding>
  </type>
  <version>
    <type>
      <coding>
        <system
                value="http://fhir.health.gov.lk/ips/CodeSystem/cs-device-classification"/>
        <code value="OpenMRS"/>
      </coding>
    </type>
    <value value="2.5.0"/>
  </version>
  <owner>🔗 
    <reference value="Organization/OrganizationExample"/>
  </owner>
  <location>🔗 
    <reference value="Location/ProvidersLocationExample"/>
  </location>
</Device>