FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeObservation
IdObservation-ReasonWhyEligibleForARTExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "Observation",
  "id": "ReasonWhyEligibleForARTExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/reason-eligible-for-art-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "45232-6"
      }
    ],
    "text": "Reason medically eligible for HIV treatment"
  },
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "effectiveDateTime": "2024-01-25",
  "performer": [
    {
      "reference": "Organization/CurrentServiceProviderExample"
    }
  ],
  "valueCodeableConcept": {
    "extension": [
      {
        "url": "http://moh.gov.et/fhir/hiv/StructureDefinition/reasons-eligible-for-art",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://moh.gov.et/fhir/hiv/CodeSystem/reason-for-art-eligibility-code-system",
              "code": "Clinical-Staging"
            }
          ],
          "text": "Clinical Staging"
        }
      },
      {
        "url": "http://moh.gov.et/fhir/hiv/StructureDefinition/reasons-eligible-for-art",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://moh.gov.et/fhir/hiv/CodeSystem/reason-for-art-eligibility-code-system",
              "code": "Test-and-Treat"
            }
          ],
          "text": "Test and treat"
        }
      }
    ]
  }
}