Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services, 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/ethiopia-hiv/ and changes regularly. See the Directory of published versions
: Medication - Represents Cotrimoxazole For Opportunistic Infections - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CotrimoxazoleMedicationExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://moh.gov.et/fhir/hiv/StructureDefinition/oi-medication"^^xsd:anyURI ;
fhir:link <http://moh.gov.et/fhir/hiv/StructureDefinition/oi-medication> ] )
] ; #
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: Medication CotrimoxazoleMedicationExample</b></p><a name=\"CotrimoxazoleMedicationExample\"> </a><a name=\"hcCotrimoxazoleMedicationExample\"> </a><a name=\"CotrimoxazoleMedicationExample-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://loinc.org 18998-5}\">Cotrimoxazole</span></p></div>"
] ; #
fhir:code [
( fhir:coding [
a loinc:18998-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18998-5" ] ] ) ;
fhir:text [ fhir:v "Cotrimoxazole" ]
] . #