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

FHIR IG Statistics: StructureDefinition/DAV-EX-ERP-AbrechnungsTyp

Packagede.abda.eRezeptAbgabedatenBasis
Resource TypeStructureDefinition
IdDAV-EX-ERP-AbrechnungsTyp
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.abda.eRezeptAbgabedatenBasis@1.1.0-rc1&canonical=http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-EX-ERP-AbrechnungsTyp
URLhttp://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-EX-ERP-AbrechnungsTyp
Version1.1.0
Statusdraft
Date2021-10-01
NameDAV_EX_ERP_AbrechnungsTyp
TitleDAV_EX_ERP_AbrechnungsTyp
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
DAV-PKV-PR-ERP-AbgabeinformationenDAV_PKV_PR_ERP_Abgabeinformationen

Resources that this resource uses

ValueSet
DAV-VS-ERP-AbrechnungsTypDAV_VS_ERP_AbrechnungsTyp

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "DAV-EX-ERP-AbrechnungsTyp",
  "url": "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-EX-ERP-AbrechnungsTyp",
  "version": "1.1.0",
  "name": "DAV_EX_ERP_AbrechnungsTyp",
  "title": "DAV_EX_ERP_AbrechnungsTyp",
  "status": "draft",
  "date": "2021-10-01",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "fhirpath",
      "expression": "MedicationDispense"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Typ der Abrechnung",
        "definition": "Wertebereich:\r\n1 = Standard\r\n2 = Direktabrechnung",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-EX-ERP-AbrechnungsTyp"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Typ der Abrechnung",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.abda.de/eRezeptAbgabedaten/ValueSet/DAV-VS-ERP-AbrechnungsTyp"
        }
      },
      {
        "id": "Extension.value[x].coding",
        "path": "Extension.value[x].coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.value[x].coding.system",
        "path": "Extension.value[x].coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].coding.version",
        "path": "Extension.value[x].coding.version",
        "max": "0"
      },
      {
        "id": "Extension.value[x].coding.code",
        "path": "Extension.value[x].coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].coding.display",
        "path": "Extension.value[x].coding.display",
        "max": "0"
      },
      {
        "id": "Extension.value[x].coding.userSelected",
        "path": "Extension.value[x].coding.userSelected",
        "max": "0"
      },
      {
        "id": "Extension.value[x].text",
        "path": "Extension.value[x].text",
        "max": "0"
      }
    ]
  }
}