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 Invasive Cervical Cancer Treatment Procedure - JSON Representation

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "ExampleHivInvasiveCervicalCancerTreatment",
  "meta" : {
    "profile" : [
      🔗 "http://smart.who.int/hiv/StructureDefinition/HivInvasiveCervicalCancerTreatment"
    ]
  },
  "text" : {
    "status" : "generated",
    "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>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
        "code" : "HIV.D.DE734"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExampleHivPatient"
  },
  "performedDateTime" : "2019-01-01T10:30:00Z",
  "performer" : [
    {
      "actor" : {
        "reference" : "Practitioner/ExampleSurgeon"
      }
    }
  ],
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/ExampleHivInvasiveCervicalCancerDiagnosis"
    }
  ]
}