FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| ca.ab.fhir.aberec1#1.1.2 | TaskABeReC | Task (AB:eReC) |
Resources that this resource uses
| CodeSystem |
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | task-status | TaskStatus |
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"status": "draft",
"name": "TaskStatus_AB",
"id": "task-status-ab",
"title": "TaskStatus_AB",
"description": "TaskStatus_AB",
"version": "1.1.2",
"url": "https://www.alberta.ca/fhir/ValueSet/task-status-ab",
"date": "2026-03-12",
"publisher": "Alberta Health",
"contact": [
{
"name": "Alberta Health",
"telecom": [
{
"system": "url",
"value": "http://alberta.ca/hisca",
"use": "work"
},
{
"system": "email",
"value": "hisca@gov.ab.ca",
"use": "work"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"code": "CA",
"system": "urn:iso:std:iso:3166"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/task-status",
"concept": [
{
"code": "accepted",
"display": "Accepted"
},
{
"code": "cancelled",
"display": "Cancelled"
},
{
"code": "completed",
"display": "Completed"
},
{
"code": "in-progress",
"display": "In Progress"
},
{
"code": "received",
"display": "Received"
},
{
"code": "rejected",
"display": "Rejected"
}
]
}
]
}
}