Ethiopia Core IG Conformance Test Fixtures - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Valid HIV ART MedicationDispense - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationDispense ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleHIVMedicationDispenseGood"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.et/hiv/StructureDefinition/hiv-medication-dispense"^^xsd:anyURI ;
fhir:link <http://fhir.et/hiv/StructureDefinition/hiv-medication-dispense> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense ExampleHIVMedicationDispenseGood</b></p><a name=\"ExampleHIVMedicationDispenseGood\"> </a><a name=\"hcExampleHIVMedicationDispenseGood\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"file:///github/workspace/output/StructureDefinition-hiv-medication-dispense.html\">HIV ART Medication Dispense</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:\">Antiretroviral therapy (ART)</span></p><p><b>subject</b>: <a href=\"Patient-ExampleHIVPatientGood.html\">Challa Male, DoB Unknown ( http://ethiori.moh.gov.et/hiv/art-number#ART-G-1)</a></p><p><b>quantity</b>: 30 tablets<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{tablet} = '{tablet}')</span></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:medication [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Antiretroviral therapy (ART)" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ExampleHIVPatientGood" ]
] ; #
fhir:quantity [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablets" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{tablet}" ]
] . #