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

FHIR IG analytics

Packagezw.fhir.ig.lab
Resource TypeCodeSystem
IdCodeSystem-zw-report-review-state.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/mohcc/fhir-zw-lab-ig/CodeSystem-zw-report-review-state.html
URLhttp://mohcc.gov.zw/fhir/lab/CodeSystem/zw-report-review-state
Version0.1.0
Statusactive
Date2026-06-11T12:18:23+00:00
NameCSZWReportReviewState
TitleZW Report Review State
DescriptionLIMS workflow/review state for a laboratory report (ZW.LAB.A.DE73).
Contentcomplete

Resources that use this resource

ValueSet
zw.fhir.ig.lab#currentzw-report-review-stateZW Report Review State

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
pending PendingResult entry in progress; not yet submitted.
received ReceivedSpecimen received by the laboratory.
to-be-verified To Be VerifiedResult awaiting verification.
verified VerifiedResult verified by authorised person.
published PublishedReport published and available to the requester.

Source1

{
  "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."
    }
  ]
}