WHO SMART Guidelines - HIV
0.3.0 - ci-build

WHO SMART Guidelines - HIV - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Alternative Third PEP Prescription - 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:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleAltThirdPepPrescription"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://smart.who.int/hiv/StructureDefinition/HivAltThirdPepPrescription"^^xsd:anyURI ;
fhir:link <http://smart.who.int/hiv/StructureDefinition/HivAltThirdPepPrescription>     ] )
  ] ; # 
  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: MedicationRequest ExampleAltThirdPepPrescription</b></p><a name=\"ExampleAltThirdPepPrescription\"> </a><a name=\"hcExampleAltThirdPepPrescription\"> </a><a name=\"ExampleAltThirdPepPrescription-en-US\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.C.DE103}\">DRV/r</span></p><p><b>subject</b>: <a href=\"Patient-example-hiv-patient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>authoredOn</b>: 2023-01-10 14:00:00+0000</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://smart.who.int/hiv/CodeSystem/HIVConcepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HIV.C.DE103" ] ;
fhir:display [ fhir:v "DRV/r" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-hiv-patient" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2023-01-10T14:00:00Z"^^xsd:dateTime] . #