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

FHIR IG analytics

Packagezw.fhir.ig.lab
Resource TypeDiagnosticReport
IdDiagnosticReport-example-zw-vl-diagnostic-report.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 example-zw-vl-diagnostic-report

Viral Load Plasma (Microbiology)

SubjectRutendo Moyo Female, DoB: 1988-04-15 ( http://mohcc.gov.zw/fhir/lab/identifier/ehr-patient-id#EHR-ZW-00123)
When For2024-03-18 14:00:00+0200
Reported2024-03-18 16:30:00+0200
Performer Organization National Virology Laboratory

Report Details

CodeValueFlags
Viral Load Plasma48 copies/mL (Details: UCUM code/mL = '/mL')Final

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "example-zw-vl-diagnostic-report",
  "meta": {
    "profile": [
      "http://mohcc.gov.zw/fhir/lab/StructureDefinition/zw-lab-diagnostic-report"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://mohcc.gov.zw/fhir/lab/StructureDefinition/report-review-state",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-report-review-state",
            "code": "verified",
            "display": "Verified"
          }
        ]
      }
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/example-zw-service-request-vl"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "MB",
          "display": "Microbiology"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-lab-tests",
        "code": "LTT0013",
        "display": "Viral Load Plasma"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-zw-lab-patient"
  },
  "effectiveDateTime": "2024-03-18T14:00:00+02:00",
  "issued": "2024-03-18T16:30:00+02:00",
  "performer": [
    {
      "reference": "Organization/example-national-virology-lab"
    }
  ],
  "resultsInterpreter": [
    {
      "reference": "Organization/example-national-virology-lab"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/example-zw-specimen-plasma"
    }
  ],
  "result": [
    {
      "reference": "Observation/example-zw-vl-observation"
    }
  ]
}