| Package | hl7.fhir.uv.recon-ig |
| Resource Type | ValueSet |
| Id | apix-document-type |
| FHIR Version | R5 |
| Source | http://hl7.org/fhir/uv/recon-ig/https://build.fhir.org/ig/cander2/apix-ig/ValueSet-apix-document-type.html |
| URL | http://example.com/fhir/ValueSet/apix-document-type |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-07-06T16:06:07+00:00 |
| Name | ApixDocumentTypeValueSet |
| Title | APIX Document Type Value Set |
| Realm | uv |
| Authority | hl7 |
| Description | Codes for regulatory document types. |
| StructureDefinition | |
| apix-document-reference-profile | APIX DocumentReference Profile |
| CodeSystem | |
| loinc.org | Logical Observation Identifiers, Names and Codes (LOINC) |
| apix-document-type | APIX Document Type Code System |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet apix-document-type
This value set includes codes based on the following rules:
http://loinc.org| Code | Display |
| 55107-7 | Regulatory submission document |
http://example.com/fhir/CodeSystem/apix-document-type| Code | Display |
| SmPC | Summary of Product Characteristics |
| PIL | Patient Information Leaflet |
| variation-report | Variation Report |
{
"resourceType": "ValueSet",
"id": "apix-document-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.com/fhir/ValueSet/apix-document-type",
"version": "0.1.0",
"name": "ApixDocumentTypeValueSet",
"title": "APIX Document 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 regulatory document types.",
"compose": {
"include": [
{
"system": "http://loinc.org",
"concept": [
{
"code": "55107-7",
"display": "Regulatory submission document"
}
]
},
{
"system": "http://example.com/fhir/CodeSystem/apix-document-type",
"concept": [
{
"code": "SmPC"
},
{
"code": "PIL"
},
{
"code": "variation-report"
}
]
}
]
}
}