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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DeviceInformationExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.health.gov.lk/ips/StructureDefinition/device-information"^^xsd:anyURI ;
fhir:link <http://fhir.health.gov.lk/ips/StructureDefinition/device-information> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.health.gov.lk/ips/identifier/system-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "OpenMRS-1234-1" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
a sct:129465004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "129465004" ] ] )
] ; #
fhir:version ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.health.gov.lk/ips/CodeSystem/cs-device-classification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OpenMRS" ] ] ) ] ;
fhir:value [ fhir:v "2.5.0" ]
] ) ; #
fhir:owner [
fhir:reference [ fhir:v "Organization/OrganizationExample" ]
] ; #
fhir:location [
fhir:reference [ fhir:v "Location/ProvidersLocationExample" ]
] . #