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

FHIR IG Statistics: ValueSet/apix-document-type

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

Resources that use this resource

StructureDefinition
apix-document-reference-profileAPIX DocumentReference Profile

Resources that this resource uses

CodeSystem
loinc.orgLOINC Code System
loinc.orgLOINC codes used in this IG
apix-document-typeAPIX Document Type Code System
loinc.orgLogical Observation Identifiers, Names and Codes (LOINC)

Narrative

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:


Source

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