FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/apix-regulatory-priority-cs

Packagehl7.fhir.uv.recon-ig
TypeCodeSystem
Idapix-regulatory-priority-cs
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/recon-ig/https://build.fhir.org/ig/cander2/apix-ig/CodeSystem-apix-regulatory-priority-cs.html
URLhttp://example.com/fhir/CodeSystem/apix-regulatory-priority
Version0.1.0
Statusdraft
Date2025-07-06T16:06:07+00:00
NameApixRegulatoryPriority
TitleAPIX Regulatory Priority Code System
Realmuv
Authorityhl7
DescriptionCode system for regulatory priorities.
Contentcomplete

Resources that use this resource

StructureDefinition
RegulatoryPriorityRegulatory Priority Extension

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplay
urgent Urgent
standard Standard

Source

{
  "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"
    }
  ]
}