WHO SMART Guidelines - HIV - Local Development build (v0.4.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example Preferred PEP Backbone Prescription - TTL Representation Feedback
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#> .
a fhir:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExamplePreferredPepBackbonePrescription"] ;
fhir:meta [
( fhir:profile [
fhir:v "http://smart.who.int/hiv/StructureDefinition/HivPepBackbonePreferredTreatment"^^xsd:anyURI ;
fhir:link <http://smart.who.int/hiv/StructureDefinition/HivPepBackbonePreferredTreatment> ] )
] ;
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: MedicationStatement ExamplePreferredPepBackbonePrescription</b></p><a name=\"ExamplePreferredPepBackbonePrescription\"> </a><a name=\"hcExamplePreferredPepBackbonePrescription\"> </a><a name=\"ExamplePreferredPepBackbonePrescription-en-US\"> </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=\"StructureDefinition-HivPepBackbonePreferredTreatment.html\">Preferred PEP Backbone Treatment</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.C.DE92}\">TDF + 3TC</span></p><p><b>subject</b>: <a href=\"Patient-ExampleHivPatient.html\">Anonymous Patient Male, DoB: 1980-01-01</a></p><p><b>effective</b>: 2023-01-12 14:00:00+0000</p></div>"^^rdf:XMLLiteral
] ;
fhir:status [ fhir:v "completed"] ;
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.DE92" ] ;
fhir:display [ fhir:v "TDF + 3TC" ] ] )
] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/ExampleHivPatient" ]
] ;
fhir:effective [
a fhir:dateTime ;
fhir:v "2023-01-12T14:00:00Z"^^xsd:dateTime
] .