Ressourcen

Die folgenden Abschnitte geben einen detaillierteren Einblick in die innerhalb des Implementierungsleitfadens genutzten Ressourcen. Dabei wird in der Struktur grob zwischen den folgenden Kategorien unterschieden:

Conformance Resources

FHIR Conformance Resources im Kontext von DEMIS sind spezielle FHIR Ressourcentypen, die Vorgaben bzgl. der Struktur und des Inhalts von Meldungen bzw. der Ressourcen, aus denen diese Meldungen bestehen, definieren. Zu diesen Ressourcentypen gehören im Kontext der Statistikmeldung insbesondere:

  • StructureDefinition - "A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types."

  • OperationDefinition - "A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction)."

Definitional Artifacts

FHIR Definitional Artifacts sind spezialisierte Ressourcen, die ähnlich wie die Conformance Resources Einfluss auf den erwarteten Inhalt von bestimmten Ressourcen haben können. Derzeit werden im Kontext von DEMIS folgende Definitional Artifacts verwendet:

  • Questionnaire - "A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection."

Terminology Resources

FHIR Terminology Resources sind spezielle FHIR Ressourcentypen, die genutzt werden können, um Informationen zu verwendbaren Terminologien etc. maschinenverarbeitbar zu kommunizieren. Zu diesen Ressourcentypen gehören im DEMIS-Kontext insbesondere:

  • CodeSystem - "The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content."
  • ValueSet - "A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between CodeSystem definitions and their use in coded elements."
  • ConceptMap - "A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models."
  • NamingSystem - "A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types."