FHIR IG analytics| Package | hl7.fhir.uv.recon-ig |
| Resource Type | ValueSet |
| Id | apix-submission-type |
| FHIR Version | R5 |
| Source | http://hl7.org/fhir/uv/recon-ig/https://build.fhir.org/ig/cander2/apix-ig/ValueSet-apix-submission-type.html |
| URL | http://example.com/fhir/ValueSet/apix-submission-type |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-07-06T16:06:07+00:00 |
| Name | ApixSubmissionTypeValueSet |
| Title | APIX Submission Type Value Set |
| Realm | uv |
| Authority | hl7 |
| Description | Codes for types of regulatory submissions. |
| StructureDefinition | |
| SubmissionType | Submission Type Extension |
| CodeSystem | |
| apix-submission-type | APIX Submission Type Code System |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet apix-submission-type
http://example.com/fhir/CodeSystem/apix-submission-type| Code | Display |
| variation | Variation |
| initial | Initial Application |
| renewal | Renewal |
{
"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"
}
]
}
]
}
}