FHIR IG analytics| Package | zw.fhir.ig.lab |
| Resource Type | Observation |
| Id | Observation-example-zw-vl-observation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-zw-vl-observation
Profile: ZW Lab Result Observation
basedOn: ServiceRequest Viral Load Plasma
status: Final
category: Laboratory
code: Viral Load Plasma
effective: 2024-03-18 14:00:00+0200
value: 48 copies/mL (Details: UCUM code/mL = '/mL')
method: RT-PCR
{
"resourceType": "Observation",
"id": "example-zw-vl-observation",
"meta": {
"profile": [
"http://mohcc.gov.zw/fhir/lab/StructureDefinition/zw-lab-result-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/example-zw-service-request-vl"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-lab-tests",
"code": "LTT0013",
"display": "Viral Load Plasma"
},
{
"system": "http://loinc.org",
"code": "20447-9",
"display": "HIV 1 RNA [#/volume] (viral load) in Serum or Plasma by NAA with probe detection"
}
]
},
"subject": {
"reference": "Patient/example-zw-lab-patient"
},
"effectiveDateTime": "2024-03-18T14:00:00+02:00",
"valueQuantity": {
"value": 48,
"unit": "copies/mL",
"system": "http://unitsofmeasure.org",
"code": "/mL"
},
"method": {
"text": "RT-PCR"
},
"specimen": {
"reference": "Specimen/example-zw-specimen-plasma"
}
}