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 Positive Status Condition - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "ExampleHivPositiveCondition",
  "meta" : {
    "profile" : [
      🔗 "http://smart.who.int/hiv/StructureDefinition/HivStatusCondition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition ExampleHivPositiveCondition</b></p><a name=\"ExampleHivPositiveCondition\"> </a><a name=\"hcExampleHivPositiveCondition\"> </a><a name=\"ExampleHivPositiveCondition-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.B.DE116}\">HIV-positive</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-15 08:30:00+0000</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "code" : "active"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
        "code" : "HIV.B.DE116"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-hiv-patient"
  },
  "onsetDateTime" : "2023-01-15T08:30:00Z"
}