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 HCV Test Observation - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ExampleHcvTestObservation",
  "meta" : {
    "profile" : [
      🔗 "http://smart.who.int/hiv/StructureDefinition/HivHcvTest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleHcvTestObservation</b></p><a name=\"ExampleHcvTestObservation\"> </a><a name=\"hcExampleHcvTestObservation\"> </a><a name=\"ExampleHcvTestObservation-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.D.DE170}\">HCV test result</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-11-01 10:00:00+0000</p><p><b>issued</b>: 2023-11-02 15:00:00+0000</p><p><b>value</b>: <span title=\"Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.D.DE170}\">HCV test result</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
        "code" : "HIV.D.DE170",
        "display" : "HCV test result"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExampleHivPatient"
  },
  "effectiveDateTime" : "2023-11-01T10:00:00Z",
  "issued" : "2023-11-02T15:00:00Z",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
        "code" : "HIV.D.DE170"
      }
    ]
  }
}