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
: Implementing Partner 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 "ImplementingPartnerOrganizationExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://moh.gov.rw/fhir/StructureDefinition/implementing-partner"^^xsd:anyURI ;
fhir:link <http://moh.gov.rw/fhir/StructureDefinition/implementing-partner> ] )
] ; #
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 ImplementingPartnerOrganizationExample</b></p><a name=\"ImplementingPartnerOrganizationExample\"> </a><a name=\"hcImplementingPartnerOrganizationExample\"> </a><a name=\"ImplementingPartnerOrganizationExample-en-US\"> </a><p><b>Implementing Partner Organization</b>: 14</p><p><b>identifier</b>: Implementing Partner Organization identifier/implementing-partner-org1</p><p><b>name</b>: An implementing partner organization name</p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://moh.gov.rw/fhir/StructureDefinition/implementing-partner-index"^^xsd:anyURI ] ;
fhir:value [ fhir:v "14"^^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 "Implementing Partner Organization identifier" ] ] ;
fhir:system [ fhir:v "http://moh.gov.rw/fhir/identifier/organization-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "implementing-partner-org1" ]
] ) ; #
fhir:name [ fhir:v "An implementing partner organization name"] . #