FHIR IG analytics| Package | zw.fhir.ig.lab |
| Resource Type | CodeSystem |
| Id | CodeSystem-zw-report-review-state.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/mohcc/fhir-zw-lab-ig/CodeSystem-zw-report-review-state.html |
| URL | http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-report-review-state |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-06-11T12:18:23+00:00 |
| Name | CSZWReportReviewState |
| Title | ZW Report Review State |
| Description | LIMS workflow/review state for a laboratory report (ZW.LAB.A.DE73). |
| Content | complete |
| ValueSet | ||
| zw.fhir.ig.lab#current | zw-report-review-state | ZW Report Review State |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem zw-report-review-state
This case-sensitive code system http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-report-review-state defines the following codes:
{
"resourceType": "CodeSystem",
"id": "zw-report-review-state",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-report-review-state",
"version": "0.1.0",
"name": "CSZWReportReviewState",
"title": "ZW Report Review State",
"status": "active",
"experimental": false,
"date": "2026-06-11T12:18:23+00:00",
"publisher": "MOH Zimbabwe",
"contact": [
{
"name": "MOH Zimbabwe",
"telecom": [
{
"system": "url",
"value": "http://mohcc.org.zw"
}
]
}
],
"description": "LIMS workflow/review state for a laboratory report (ZW.LAB.A.DE73).",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "716",
"display": "Zimbabwe (ZWE)"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 5,
"concept": [
{
"code": "pending",
"display": "Pending",
"definition": "Result entry in progress; not yet submitted."
},
{
"code": "received",
"display": "Received",
"definition": "Specimen received by the laboratory."
},
{
"code": "to-be-verified",
"display": "To Be Verified",
"definition": "Result awaiting verification."
},
{
"code": "verified",
"display": "Verified",
"definition": "Result verified by authorised person."
},
{
"code": "published",
"display": "Published",
"definition": "Report published and available to the requester."
}
]
}