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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeDiagnosticReport
IdDiagnosticReport-RoutineViralLoadDiagnosticReportExample.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: DiagnosticReport RoutineViralLoadDiagnosticReportExample

HIV 1 RNA [#/volume] (viral load) in Specimen by NAA with probe detection (Laboratory report)

SubjectMark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
Reported2024-01-25 11:45:33+1100
Performer Organization Meshwalkiya Health Center

Report Details

CodeValueFlagsWhen For
Human immunodeficiency virus viral load1001 copies/mL (Details: UCUM code1/mL = '1/mL')Final, Uncontrolled2023-12-11

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "RoutineViralLoadDiagnosticReportExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/viral-load-diagnostic-report"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/RoutineViralLoadServiceRequestExample"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "11502-2"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "25836-8"
      }
    ]
  },
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "issued": "2024-01-25T11:45:33+11:00",
  "performer": [
    {
      "reference": "Organization/CurrentServiceProviderExample"
    }
  ],
  "result": [
    {
      "reference": "Observation/UnsuppressedViralLoadResultExample"
    }
  ]
}