| Package | hl7.fhir.uv.recon-ig |
| Resource Type | CodeSystem |
| Id | apix-task-code-cs |
| FHIR Version | R5 |
| Source | http://hl7.org/fhir/uv/recon-ig/https://build.fhir.org/ig/cander2/apix-ig/CodeSystem-apix-task-code-cs.html |
| URL | http://example.com/fhir/CodeSystem/apix-task-code |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-07-06T16:06:07+00:00 |
| Name | ApixTaskCode |
| Title | APIX Task Code Code System |
| Realm | uv |
| Authority | hl7 |
| Description | Code system for task types. |
| Content | complete |
| ValueSet | |
| apix-task-code | APIX Task Code Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem apix-task-code-cs
This code system http://example.com/fhir/CodeSystem/apix-task-code defines the following codes:
| Code | Display |
| submit-variation | Submit Variation |
| review | Review Submission |
| approve | Approve Submission |
{
"resourceType": "CodeSystem",
"id": "apix-task-code-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.com/fhir/CodeSystem/apix-task-code",
"version": "0.1.0",
"name": "ApixTaskCode",
"title": "APIX Task Code Code System",
"status": "draft",
"date": "2025-07-06T16:06:07+00:00",
"publisher": "Gravitate Health Project",
"contact": [
{
"name": "Gravitate Health Project",
"telecom": [
{
"system": "url",
"value": "https://www.gravitatehealth.eu/"
}
]
}
],
"description": "Code system for task types.",
"content": "complete",
"concept": [
{
"code": "submit-variation",
"display": "Submit Variation"
},
{
"code": "review",
"display": "Review Submission"
},
{
"code": "approve",
"display": "Approve Submission"
}
]
}