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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeObservation
IdObservation-UnsuppressedViralLoadResultExample.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

Generated Narrative: Observation UnsuppressedViralLoadResultExample

status: Final

category: Laboratory

code: Human immunodeficiency virus viral load

subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)

encounter: Encounter: identifier = http://moh.gov.et/fhir/hiv/identifier/encounter#001; status = finished; class = observation encounter (ActCode#OBSENC); type = Follow-up encounter (procedure); period = 2012-12-09 --> 2012-12-09

effective: 2023-12-11

performer: Organization Meshwalkiya Health Center

value: 1001 copies/mL (Details: UCUM code1/mL = '1/mL')

interpretation: Uncontrolled

hasMember: Observation Enhanced Adherence Counselling


Source1

{
  "resourceType": "Observation",
  "id": "UnsuppressedViralLoadResultExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/viral-load-count-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "315124004"
      }
    ],
    "text": "Human immunodeficiency virus viral load"
  },
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "effectiveDateTime": "2023-12-11",
  "performer": [
    {
      "reference": "Organization/CurrentServiceProviderExample"
    }
  ],
  "valueQuantity": {
    "value": 1001,
    "unit": "copies/mL",
    "system": "http://unitsofmeasure.org",
    "code": "1/mL"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "19032002"
        }
      ]
    }
  ],
  "hasMember": [
    {
      "reference": "Observation/EnhancedAdherenceCounsellinProvidedExample"
    }
  ]
}