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

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

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

Resources that use this resource

StructureDefinition
RegulatoryContextRegulatory Context 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-context-cs

This code system http://example.com/fhir/CodeSystem/apix-regulatory-context defines the following codes:

CodeDisplay
ema-submission EMA Submission
fda-submission FDA Submission

Source

{
  "resourceType": "CodeSystem",
  "id": "apix-regulatory-context-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.com/fhir/CodeSystem/apix-regulatory-context",
  "version": "0.1.0",
  "name": "ApixRegulatoryContext",
  "title": "APIX Regulatory Context 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 contexts.",
  "content": "complete",
  "concept": [
    {
      "code": "ema-submission",
      "display": "EMA Submission"
    },
    {
      "code": "fda-submission",
      "display": "FDA Submission"
    }
  ]
}