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 VMMC Procedure - 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:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HivVmmcProcedureExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://smart.who.int/hiv/StructureDefinition/HivVmmcProcedure"^^xsd:anyURI ;
fhir:link <http://smart.who.int/hiv/StructureDefinition/HivVmmcProcedure>     ] )
  ] ; # 
  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: Procedure HivVmmcProcedureExample</b></p><a name=\"HivVmmcProcedureExample\"> </a><a name=\"hcHivVmmcProcedureExample\"> </a><a name=\"HivVmmcProcedureExample-en-US\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.B.DE197}\">VMMC procedure</span></p><p><b>subject</b>: <a href=\"Patient-ExampleHivPatient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>performed</b>: 2023-01-07 10:00:00+0000</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://smart.who.int/hiv/CodeSystem/HIVConcepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HIV.B.DE197" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ExampleHivPatient" ]
  ] ; # 
  fhir:performed [ fhir:v "2023-01-07T10:00:00Z"^^xsd:dateTime] . #