| Package | hl7.fhir.uv.recon-ig |
| Resource Type | CodeSystem |
| Id | apix-regulatory-priority-cs |
| FHIR Version | R5 |
| Source | http://hl7.org/fhir/uv/recon-ig/https://build.fhir.org/ig/cander2/apix-ig/CodeSystem-apix-regulatory-priority-cs.html |
| URL | http://example.com/fhir/CodeSystem/apix-regulatory-priority |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-07-06T16:06:07+00:00 |
| Name | ApixRegulatoryPriority |
| Title | APIX Regulatory Priority Code System |
| Realm | uv |
| Authority | hl7 |
| Description | Code system for regulatory priorities. |
| Content | complete |
| StructureDefinition | |
| RegulatoryPriority | Regulatory Priority Extension |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem apix-regulatory-priority-cs
This code system http://example.com/fhir/CodeSystem/apix-regulatory-priority defines the following codes:
| Code | Display |
| urgent | Urgent |
| standard | Standard |
{
"resourceType": "CodeSystem",
"id": "apix-regulatory-priority-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.com/fhir/CodeSystem/apix-regulatory-priority",
"version": "0.1.0",
"name": "ApixRegulatoryPriority",
"title": "APIX Regulatory Priority 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 regulatory priorities.",
"content": "complete",
"concept": [
{
"code": "urgent",
"display": "Urgent"
},
{
"code": "standard",
"display": "Standard"
}
]
}