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 Invasive Cervical Cancer Treatment 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 "ExampleHivInvasiveCervicalCancerTreatment"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://smart.who.int/hiv/StructureDefinition/HivInvasiveCervicalCancerTreatment"^^xsd:anyURI ;
fhir:link <http://smart.who.int/hiv/StructureDefinition/HivInvasiveCervicalCancerTreatment> ] )
] ; #
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 ExampleHivInvasiveCervicalCancerTreatment</b></p><a name=\"ExampleHivInvasiveCervicalCancerTreatment\"> </a><a name=\"hcExampleHivInvasiveCervicalCancerTreatment\"> </a><a name=\"ExampleHivInvasiveCervicalCancerTreatment-en-US\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.D.DE734}\">Hysterectomy</span></p><p><b>subject</b>: <a href=\"Patient-ExampleHivPatient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>performed</b>: 2019-01-01 10:30:00+0000</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner/ExampleSurgeon\">Practitioner/ExampleSurgeon</a></td></tr></table><p><b>reasonReference</b>: <a href=\"Condition-ExampleHivInvasiveCervicalCancerDiagnosis.html\">Condition Invasive Cervical Cancer Diagnosis</a></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.D.DE734" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ExampleHivPatient" ]
] ; #
fhir:performed [ fhir:v "2019-01-01T10:30:00Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/ExampleSurgeon" ] ]
] ) ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/ExampleHivInvasiveCervicalCancerDiagnosis" ]
] ) . #