FHIR IG analytics| Package | myhie.v4 |
| Resource Type | ValueSet |
| Id | ValueSet-task-status-lab-my-core.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Lab Business Status
{
"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"
}
]
}
]
}
}