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 HIV Prevention Intervention Observation - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ExampleHivPreventionIntervention",
  "meta" : {
    "profile" : [
      🔗 "http://smart.who.int/hiv/StructureDefinition/HivPreventionIntervention"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleHivPreventionIntervention</b></p><a name=\"ExampleHivPreventionIntervention\"> </a><a name=\"hcExampleHivPreventionIntervention\"> </a><a name=\"ExampleHivPreventionIntervention-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.PRV.DE2}\">HIV Prevention Intervention</span></p><p><b>subject</b>: <a href=\"Patient-ExampleHivPatient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2023-10-20 14:00:00+0000</p><p><b>value</b>: <span title=\"Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.PRV.DE2}\">HIV prevention intervention</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
        "code" : "HIV.PRV.DE2",
        "display" : "HIV Prevention Intervention"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExampleHivPatient"
  },
  "effectiveDateTime" : "2023-10-20T14:00:00Z",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
        "code" : "HIV.PRV.DE2"
      }
    ]
  }
}