HL7 FHIR Implementation Guide: Rwanda HIV, published by Jembi Health Systems. 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/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://moh.gov.rw/fhir/StructureDefinition/performing-organization"^^xsd:anyURI ;
fhir:link <http://moh.gov.rw/fhir/StructureDefinition/performing-organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization PerformingOrganizationExample</b></p><a name=\"PerformingOrganizationExample\"> </a><a name=\"hcPerformingOrganizationExample\"> </a><a name=\"PerformingOrganizationExample-en-US\"> </a><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://moh.gov.rw/fhir/StructureDefinition/performing-organization-province-index"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4"^^xsd:integer ]
] [
fhir:url [ fhir:v "http://moh.gov.rw/fhir/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://moh.gov.rw/fhir/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" ] ]
] ) . #