FHIR IG analytics| Package | zw.fhir.ig.lab |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-example-zw-vl-diagnostic-report.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport example-zw-vl-diagnostic-report
Profile: ZW Lab Diagnostic Report
| Subject | Rutendo Moyo Female, DoB: 1988-04-15 ( http://mohcc.gov.zw/fhir/lab/identifier/ehr-patient-id#EHR-ZW-00123) |
| When For | 2024-03-18 14:00:00+0200 |
| Reported | 2024-03-18 16:30:00+0200 |
| Performer | Organization National Virology Laboratory |
Report Details
| Code | Value | Flags |
| Viral Load Plasma | 48 copies/mL (Details: UCUM code/mL = '/mL') | Final |
{
"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"
}
]
}