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
: Practitioner - 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:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ResultsInterpreterExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://moh.gov.rw/fhir/StructureDefinition/hiv-practitioner"^^xsd:anyURI ;
fhir:link <http://moh.gov.rw/fhir/StructureDefinition/hiv-practitioner> ] )
] ; #
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: Practitioner ResultsInterpreterExample</b></p><a name=\"ResultsInterpreterExample\"> </a><a name=\"hcResultsInterpreterExample\"> </a><a name=\"ResultsInterpreterExample-en-US\"> </a><p><b>Clinician User Index</b>: 11</p><p><b>name</b>: Jhon Smith </p><p><b>telecom</b>: ph: 27539887534</p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://moh.gov.rw/fhir/StructureDefinition/clinician-user-index"^^xsd:anyURI ] ;
fhir:value [ fhir:v "11"^^xsd:integer ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Smith" ] ;
( fhir:given [ fhir:v "Jhon" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "27539887534" ]
] ) . #