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 Elevated HIV Risk Condition - 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:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleElevatedHivRiskCondition"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://smart.who.int/hiv/StructureDefinition/HivElevatedRiskForAcquisition"^^xsd:anyURI ;
fhir:link <http://smart.who.int/hiv/StructureDefinition/HivElevatedRiskForAcquisition> ] )
] ; #
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: Condition ExampleElevatedHivRiskCondition</b></p><a name=\"ExampleElevatedHivRiskCondition\"> </a><a name=\"hcExampleElevatedHivRiskCondition\"> </a><a name=\"ExampleElevatedHivRiskCondition-en-US\"> </a><p><b>verificationStatus</b>: <span title=\"Codes:\">confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.B.DE225}\">At elevated risk for HIV acquisition</span></p><p><b>subject</b>: <a href=\"Patient-example-hiv-patient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>onset</b>: 2023-01-11 10:00:00+0000</p></div>"
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:code [ fhir:v "confirmed" ] ] )
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://smart.who.int/hiv/CodeSystem/HIVConcepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HIV.B.DE225" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-hiv-patient" ]
] ; #
fhir:onset [ fhir:v "2023-01-11T10:00:00Z"^^xsd:dateTime] . #