FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| ca.ab.fhir.aberec1#1.1.0-pre6 | TaskABeReC | Task (AB:eReC) |
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"status": "draft",
"name": "TaskOutputTypeCode",
"id": "task-output-type-code",
"title": "TaskOutputTypeCode",
"description": "Task Output Type Code",
"version": "1.1.0",
"url": "https://www.alberta.ca/fhir/ValueSet/task-output-type-code",
"date": "2026-02-27",
"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": "https://www.alberta.ca/fhir/CodeSystem/task-output-type-code",
"concept": [
{
"code": "advice",
"display": "Advice"
},
{
"code": "consult-advice",
"display": "Consult Advice"
}
]
}
]
}
}