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

FHIR IG Statistics: ValueSet/apix-submission-type

Packagehl7.fhir.uv.recon-ig
Resource TypeValueSet
Idapix-submission-type
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/recon-ig/https://build.fhir.org/ig/cander2/apix-ig/ValueSet-apix-submission-type.html
URLhttp://example.com/fhir/ValueSet/apix-submission-type
Version0.1.0
Statusdraft
Date2025-07-06T16:06:07+00:00
NameApixSubmissionTypeValueSet
TitleAPIX Submission Type Value Set
Realmuv
Authorityhl7
DescriptionCodes for types of regulatory submissions.

Resources that use this resource

StructureDefinition
SubmissionTypeSubmission Type Extension

Resources that this resource uses

CodeSystem
apix-submission-typeAPIX Submission Type Code System

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet apix-submission-type


Source

{
  "resourceType": "ValueSet",
  "id": "apix-submission-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.com/fhir/ValueSet/apix-submission-type",
  "version": "0.1.0",
  "name": "ApixSubmissionTypeValueSet",
  "title": "APIX Submission Type Value Set",
  "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": "Codes for types of regulatory submissions.",
  "compose": {
    "include": [
      {
        "system": "http://example.com/fhir/CodeSystem/apix-submission-type",
        "concept": [
          {
            "code": "variation"
          },
          {
            "code": "initial"
          },
          {
            "code": "renewal"
          }
        ]
      }
    ]
  }
}