Hackathon - FHIR Implementation Guide For Continuity of Care
1.0.1 - ci-build International flag

Hackathon - FHIR Implementation Guide For Continuity of Care, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/OHIE24-Continuity-of-Care/ 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://ohie.org/fhir/StructureDefinition/providers-location"^^xsd:anyURI ;
fhir:link <http://ohie.org/fhir/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>: <code>http://ohie.org/fhir/identifier/provider-location</code>/Location-ID-1</p><p><b>status</b>: Active</p><p><b>name</b>: Location name</p><p><b>address</b>: 177 Nawala Road Nugegoda Colombo 32350 LK </p><p><b>managingOrganization</b>: <a href=\"Organization-CurrentServiceProviderExample1.html\">Organization Facility A</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://ohie.org/fhir/identifier/provider-location"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Location-ID-1" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Location name"] ; # 
  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/CurrentServiceProviderExample1" ]
  ] . #