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

FHIR IG analytics

Packagemyhie.v4
Resource TypeValueSet
IdValueSet-task-status-lab-my-core.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

ValueSetTaskStatusLab (MY Core)

http://fhir.hie.moh.gov.my/ValueSet/task-status-lab-my-core

Lab Business Status


Source1

{
  "resourceType": "ValueSet",
  "id": "value-set-task-status-lab-my-core",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.hie.moh.gov.my/ValueSet/task-status-lab-my-core",
  "name": "ValueSetTaskStatusLabMyCore",
  "title": "ValueSetTaskStatusLab (MY Core)",
  "status": "active",
  "date": "2024-02-12T04:04:09.5621857+00:00",
  "description": "Lab Business Status",
  "compose": {
    "include": [
      {
        "system": "http://fhir.hie.moh.gov.my/CodeSystem/task-business-status-my-core",
        "concept": [
          {
            "code": "initiate",
            "display": "Initiated"
          },
          {
            "code": "perform",
            "display": "Performed"
          },
          {
            "code": "receive",
            "display": "Received"
          },
          {
            "code": "in-progress",
            "display": "In-Progress"
          },
          {
            "code": "skip",
            "display": "Skipped"
          },
          {
            "code": "abort",
            "display": "Aborted"
          },
          {
            "code": "finish",
            "display": "Finished"
          },
          {
            "code": "reject",
            "display": "Rejected"
          },
          {
            "code": "hold",
            "display": "On-Hold"
          },
          {
            "code": "verify",
            "display": "Verified"
          },
          {
            "code": "validate",
            "display": "Validated"
          },
          {
            "code": "fulfil",
            "display": "Fulfilled"
          }
        ]
      },
      {
        "system": "http://hl7.org/fhir/ValueSet/request-status|4.0.1",
        "concept": [
          {
            "code": "active",
            "display": "active"
          },
          {
            "code": "revoked",
            "display": "Revoked"
          }
        ]
      }
    ]
  }
}