HL7 FHIR Implementation Guide: Rwanda HIV
0.1.0 - STU1 International flag

HL7 FHIR Implementation Guide: Rwanda HIV, published by Jembi Health Systems. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/openhie/Rwanda-HIV and changes regularly. See the Directory of published versions

: Performing Organization - 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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PerformingOrganizationExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/rwanda-hiv/StructureDefinition/performing-organization"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/rwanda-hiv/StructureDefinition/performing-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"PerformingOrganizationExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization &quot;PerformingOrganizationExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-performing-organization.html\">Performing Organization</a></p></div><p><b>Performing Organization Province</b>: 4</p><p><b>Performing Organization District</b>: 9</p><p><b>identifier</b>: Performing Organization identifier: laboratory1</p><p><b>name</b>: A Laboratory name</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>A province name </td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://openhie.org/fhir/rwanda-hiv/StructureDefinition/performing-organization-province-index"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4"^^xsd:integer ]
  ] [
fhir:url [ fhir:v "http://openhie.org/fhir/rwanda-hiv/StructureDefinition/performing-organization-district-index"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9"^^xsd:integer ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XX" ] ;
fhir:display [ fhir:v "Organization identifier" ]       ] ) ;
fhir:text [ fhir:v "Performing Organization identifier" ]     ] ;
fhir:system [ fhir:v "http://openhie.org/fhir/rwanda-hiv/identifier/organization-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "laboratory1" ]
  ] ) ; # 
  fhir:name [ fhir:v "A Laboratory name"] ; # 
  fhir:contact ( [
fhir:address [
fhir:district [ fhir:v "A district name" ] ;
fhir:state [ fhir:v "A province name" ]     ]
  ] ) . #