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 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ProvidersLocationExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.health.gov.lk/ips/StructureDefinition/providers-location"^^xsd:anyURI ;
fhir:link <http://fhir.health.gov.lk/ips/StructureDefinition/providers-location>     ] )
  ] ; # 
  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: 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>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.health.gov.lk/ips/CodeSystem/cs-identifier-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PLOC" ]       ] ) ;
fhir:text [ fhir:v "Provider location identifier" ]     ] ;
fhir:system [ fhir:v "http://fhir.health.gov.lk/ips/identifier/provider-location"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Location-ID-1" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.health.gov.lk/ips/CodeSystem/cs-identifier-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PLOC" ]       ] ) ;
fhir:text [ fhir:v "Provider location identifier" ]     ] ;
fhir:system [ fhir:v "http://fhir.health.gov.lk/ips/identifier/provider-location"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Location-ID-2" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Name for the location"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+27829999999" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "someone@something.com" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "someone2@something.com" ]
  ] ) ; # 
  fhir:address [
fhir:type [ fhir:v "postal" ] ;
    ( fhir:line [ fhir:v "177" ] [ fhir:v "Nawala Road" ] ) ;
fhir:city [ fhir:v "Nugegoda" ] ;
fhir:district [ fhir:v "Ampara" ] ;
fhir:state [ fhir:v "Colombo" ] ;
fhir:postalCode [ fhir:v "32350" ] ;
fhir:country [ fhir:v "LK" ]
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/OrganizationExample" ]
  ] . #