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

FHIR IG Statistics: StructureDefinition/DAV-PR-Base-AbgabedatenComposition

Packagede.abda.eRezeptAbgabedatenBasis
Resource TypeStructureDefinition
IdDAV-PR-Base-AbgabedatenComposition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.abda.eRezeptAbgabedatenBasis@1.1.0-rc1&canonical=http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-Base-AbgabedatenComposition
URLhttp://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-Base-AbgabedatenComposition
Version1.1.0
Statusdraft
Date2021-10-01
NameDAV_PR_Base_AbgabedatenComposition
TitleDAV_PR_Base_AbgabedatenComposition
TypeComposition
Kindresource

Resources that use this resource

StructureDefinition
DAV-PR-Base-AbgabedatenBundleDAV_PR_Base_AbgabedatenBundle
DAV-PKV-PR-ERP-AbgabedatenCompositionDAV_PKV_PR_ERP_AbgabedatenComposition

Resources that this resource uses

StructureDefinition
DAV-PR-ERP-AbgabedatenMetaDAV_PR_ERP_AbgabedatenMeta
DAV-PR-Base-AbgabeinformationenDAV_PR_Base_Abgabeinformationen
DAV-PR-Base-ApothekeDAV_PR_Base_Apotheke

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "DAV-PR-Base-AbgabedatenComposition",
  "url": "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-Base-AbgabedatenComposition",
  "version": "1.1.0",
  "name": "DAV_PR_Base_AbgabedatenComposition",
  "title": "DAV_PR_Base_AbgabedatenComposition",
  "status": "draft",
  "date": "2021-10-01",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Composition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Composition.meta",
        "path": "Composition.meta",
        "min": 1,
        "type": [
          {
            "code": "Meta",
            "profile": [
              "http://fhir.abda.de/StructureDefinition/DAV-PR-ERP-AbgabedatenMeta"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.implicitRules",
        "path": "Composition.implicitRules",
        "max": "0"
      },
      {
        "id": "Composition.language",
        "path": "Composition.language",
        "max": "0"
      },
      {
        "id": "Composition.text",
        "path": "Composition.text",
        "max": "0"
      },
      {
        "id": "Composition.contained",
        "path": "Composition.contained",
        "max": "0"
      },
      {
        "id": "Composition.identifier",
        "path": "Composition.identifier",
        "max": "0"
      },
      {
        "id": "Composition.status",
        "path": "Composition.status",
        "fixedCode": "final",
        "mustSupport": true
      },
      {
        "id": "Composition.type",
        "path": "Composition.type",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://fhir.abda.de/eRezeptAbgabedaten/CodeSystem/DAV-CS-ERP-CompositionTypes",
              "code": "ERezeptAbgabedaten"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Composition.type.coding",
        "path": "Composition.type.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.type.coding.system",
        "path": "Composition.type.coding.system",
        "mustSupport": true
      },
      {
        "id": "Composition.type.coding.version",
        "path": "Composition.type.coding.version",
        "max": "0"
      },
      {
        "id": "Composition.type.coding.code",
        "path": "Composition.type.coding.code",
        "mustSupport": true
      },
      {
        "id": "Composition.type.coding.display",
        "path": "Composition.type.coding.display",
        "max": "0"
      },
      {
        "id": "Composition.type.coding.userSelected",
        "path": "Composition.type.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Composition.type.text",
        "path": "Composition.type.text",
        "max": "0"
      },
      {
        "id": "Composition.category",
        "path": "Composition.category",
        "max": "0"
      },
      {
        "id": "Composition.subject",
        "path": "Composition.subject",
        "max": "0"
      },
      {
        "id": "Composition.encounter",
        "path": "Composition.encounter",
        "max": "0"
      },
      {
        "id": "Composition.date",
        "path": "Composition.date",
        "mustSupport": true
      },
      {
        "id": "Composition.author",
        "path": "Composition.author",
        "short": "Apotheke",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-Base-Apotheke"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.author.reference",
        "path": "Composition.author.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.author.type",
        "path": "Composition.author.type",
        "max": "0"
      },
      {
        "id": "Composition.author.identifier",
        "path": "Composition.author.identifier",
        "max": "0"
      },
      {
        "id": "Composition.author.display",
        "path": "Composition.author.display",
        "max": "0"
      },
      {
        "id": "Composition.title",
        "path": "Composition.title",
        "fixedString": "ERezeptAbgabedaten",
        "mustSupport": true
      },
      {
        "id": "Composition.confidentiality",
        "path": "Composition.confidentiality",
        "max": "0"
      },
      {
        "id": "Composition.attester",
        "path": "Composition.attester",
        "max": "0"
      },
      {
        "id": "Composition.custodian",
        "path": "Composition.custodian",
        "max": "0"
      },
      {
        "id": "Composition.relatesTo",
        "path": "Composition.relatesTo",
        "max": "0"
      },
      {
        "id": "Composition.event",
        "path": "Composition.event",
        "max": "0"
      },
      {
        "id": "Composition.section",
        "path": "Composition.section",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "entry.resolve()"
            }
          ],
          "rules": "closed"
        },
        "min": 2,
        "max": "2",
        "mustSupport": true
      },
      {
        "id": "Composition.section:Abgabeinformationen",
        "path": "Composition.section",
        "sliceName": "Abgabeinformationen",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:Abgabeinformationen.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Abgabeinformationen",
        "mustSupport": true
      },
      {
        "id": "Composition.section:Abgabeinformationen.code",
        "path": "Composition.section.code",
        "max": "0"
      },
      {
        "id": "Composition.section:Abgabeinformationen.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:Abgabeinformationen.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:Abgabeinformationen.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:Abgabeinformationen.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:Abgabeinformationen.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:Abgabeinformationen.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-Base-Abgabeinformationen"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:Abgabeinformationen.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:Abgabeinformationen.entry.type",
        "path": "Composition.section.entry.type",
        "max": "0"
      },
      {
        "id": "Composition.section:Abgabeinformationen.entry.identifier",
        "path": "Composition.section.entry.identifier",
        "max": "0"
      },
      {
        "id": "Composition.section:Abgabeinformationen.entry.display",
        "path": "Composition.section.entry.display",
        "max": "0"
      },
      {
        "id": "Composition.section:Abgabeinformationen.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:Abgabeinformationen.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:Apotheke",
        "path": "Composition.section",
        "sliceName": "Apotheke",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Composition.section:Apotheke.title",
        "path": "Composition.section.title",
        "min": 1,
        "fixedString": "Apotheke",
        "mustSupport": true
      },
      {
        "id": "Composition.section:Apotheke.code",
        "path": "Composition.section.code",
        "max": "0"
      },
      {
        "id": "Composition.section:Apotheke.author",
        "path": "Composition.section.author",
        "max": "0"
      },
      {
        "id": "Composition.section:Apotheke.focus",
        "path": "Composition.section.focus",
        "max": "0"
      },
      {
        "id": "Composition.section:Apotheke.text",
        "path": "Composition.section.text",
        "max": "0"
      },
      {
        "id": "Composition.section:Apotheke.mode",
        "path": "Composition.section.mode",
        "max": "0"
      },
      {
        "id": "Composition.section:Apotheke.orderedBy",
        "path": "Composition.section.orderedBy",
        "max": "0"
      },
      {
        "id": "Composition.section:Apotheke.entry",
        "path": "Composition.section.entry",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-Base-Apotheke"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Composition.section:Apotheke.entry.reference",
        "path": "Composition.section.entry.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Composition.section:Apotheke.entry.type",
        "path": "Composition.section.entry.type",
        "max": "0"
      },
      {
        "id": "Composition.section:Apotheke.entry.identifier",
        "path": "Composition.section.entry.identifier",
        "max": "0"
      },
      {
        "id": "Composition.section:Apotheke.entry.display",
        "path": "Composition.section.entry.display",
        "max": "0"
      },
      {
        "id": "Composition.section:Apotheke.emptyReason",
        "path": "Composition.section.emptyReason",
        "max": "0"
      },
      {
        "id": "Composition.section:Apotheke.section",
        "path": "Composition.section.section",
        "max": "0"
      }
    ]
  }
}