| Package | fhir.nl.generic-functions-ig |
| Resource Type | ValueSet |
| Id | scp-task-status |
| FHIR Version | R4 |
| Source | http://nuts-foundation.github.io/nl-generic-functions-ig/https://build.fhir.org/ig/nuts-foundation/nl-generic-functions-ig/ValueSet-scp-task-status.html |
| URL | http://nuts-foundation.github.io/nl-generic-functions-ig/ValueSet/scp-task-status |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-07-25T11:47:54+00:00 |
| Name | SCPTaskStatus |
| Title | Shared Care Planning: Task Status |
| Realm | us |
| Authority | hl7 |
| StructureDefinition | |
| SCPTask | Shared Care Planning: Task Profile |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet scp-task-status
This value set includes codes based on the following rules:
This value set excludes codes based on the following rules:
http://hl7.org/fhir/task-status| Code | Display | Definition |
| draft | Draft | The task is not yet ready to be acted upon. |
{
"resourceType": "ValueSet",
"id": "scp-task-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://nuts-foundation.github.io/nl-generic-functions-ig/ValueSet/scp-task-status",
"version": "0.1.0",
"name": "SCPTaskStatus",
"title": "Shared Care Planning: Task Status",
"status": "active",
"date": "2025-07-25T11:47:54+00:00",
"publisher": "Nuts",
"contact": [
{
"name": "Nuts",
"telecom": [
{
"system": "url",
"value": "https://www.nuts.nl"
}
]
}
],
"compose": {
"include": [
{
"valueSet": [
"http://hl7.org/fhir/ValueSet/task-status"
]
}
],
"exclude": [
{
"system": "http://hl7.org/fhir/task-status",
"concept": [
{
"code": "draft"
}
]
}
]
}
}