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

FHIR IG Statistics: StructureDefinition/KBV_PR_AW_Anforderung_Sprechstundenbedarf

Packagekbv.ita.aws
Resource TypeStructureDefinition
IdKBV_PR_AW_Anforderung_Sprechstundenbedarf
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=kbv.ita.aws@1.2.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Anforderung_Sprechstundenbedarf
URLhttps://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Anforderung_Sprechstundenbedarf
Version1.2.0
Statusactive
NameKBV_PR_AW_Anforderung_Sprechstundenbedarf
CopyrightCopyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.
TypeSupplyRequest
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
KBV_PR_AW_BehandelnderFunktionKBV_PR_AW_BehandelnderFunktion
KBV_PR_AW_MedikamentKBV_PR_AW_Medikament
ValueSet
KBV_VS_AW_ArzneimittelartKBV_VS_AW_Arzneimittelart

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Anforderung_Sprechstundenbedarf",
  "version": "1.2.0",
  "name": "KBV_PR_AW_Anforderung_Sprechstundenbedarf",
  "status": "active",
  "publisher": "Kassenärztliche Bundesvereinigung (KBV)",
  "copyright": "Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "SupplyRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/SupplyRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "SupplyRequest.id",
        "path": "SupplyRequest.id",
        "min": 1
      },
      {
        "id": "SupplyRequest.meta",
        "path": "SupplyRequest.meta",
        "min": 1
      },
      {
        "id": "SupplyRequest.meta.versionId",
        "path": "SupplyRequest.meta.versionId",
        "min": 1
      },
      {
        "id": "SupplyRequest.meta.lastUpdated",
        "path": "SupplyRequest.meta.lastUpdated",
        "min": 1
      },
      {
        "id": "SupplyRequest.meta.profile",
        "path": "SupplyRequest.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Anforderung_Sprechstundenbedarf|1.2.0"
      },
      {
        "id": "SupplyRequest.text",
        "path": "SupplyRequest.text",
        "min": 1
      },
      {
        "id": "SupplyRequest.identifier",
        "path": "SupplyRequest.identifier",
        "max": "0"
      },
      {
        "id": "SupplyRequest.status",
        "path": "SupplyRequest.status",
        "max": "0"
      },
      {
        "id": "SupplyRequest.category",
        "path": "SupplyRequest.category",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_AW_Arzneimittelart"
        }
      },
      {
        "id": "SupplyRequest.category.coding",
        "path": "SupplyRequest.category.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.category.coding.system",
        "path": "SupplyRequest.category.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.category.coding.version",
        "path": "SupplyRequest.category.coding.version",
        "max": "0"
      },
      {
        "id": "SupplyRequest.category.coding.code",
        "path": "SupplyRequest.category.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.category.coding.display",
        "path": "SupplyRequest.category.coding.display",
        "max": "0"
      },
      {
        "id": "SupplyRequest.category.coding.userSelected",
        "path": "SupplyRequest.category.coding.userSelected",
        "max": "0"
      },
      {
        "id": "SupplyRequest.category.text",
        "path": "SupplyRequest.category.text",
        "max": "0"
      },
      {
        "id": "SupplyRequest.priority",
        "path": "SupplyRequest.priority",
        "max": "0"
      },
      {
        "id": "SupplyRequest.item[x]",
        "path": "SupplyRequest.item[x]",
        "short": "Angabe des angeforderten Sprechstundenbedarfes",
        "definition": "Dieses Element dient zur Angabe des angeforderten Sprechstundenbedarfes. Es sollte immer die Referenz bevorzugt werden. Sollte es kein Medikament nach dem Profil KBV_PR_AW_Medikament sein, kann alternativ display genutzt werden.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Medikament|1.2.0"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.item[x].reference",
        "path": "SupplyRequest.item[x].reference",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.item[x].type",
        "path": "SupplyRequest.item[x].type",
        "max": "0"
      },
      {
        "id": "SupplyRequest.item[x].identifier",
        "path": "SupplyRequest.item[x].identifier",
        "max": "0"
      },
      {
        "id": "SupplyRequest.item[x].display",
        "path": "SupplyRequest.item[x].display",
        "short": "Bezeichnung des angeforderten Sprechstundenbedarfes",
        "definition": "Bezeichnung des angeforderten Sprechstundenbedarfes",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.quantity",
        "path": "SupplyRequest.quantity",
        "short": "Anzahl Medikament/Rezeptur",
        "definition": "In einem Proil Anforderung_Sprechstundenbedarf ist immer genau ein Medikament/Rezeptur enthalten."
      },
      {
        "id": "SupplyRequest.quantity.value",
        "path": "SupplyRequest.quantity.value",
        "min": 1,
        "fixedDecimal": 1
      },
      {
        "id": "SupplyRequest.quantity.comparator",
        "path": "SupplyRequest.quantity.comparator",
        "max": "0"
      },
      {
        "id": "SupplyRequest.quantity.unit",
        "path": "SupplyRequest.quantity.unit",
        "min": 1,
        "fixedString": "1"
      },
      {
        "id": "SupplyRequest.quantity.system",
        "path": "SupplyRequest.quantity.system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "SupplyRequest.quantity.code",
        "path": "SupplyRequest.quantity.code",
        "min": 1,
        "fixedCode": "1"
      },
      {
        "id": "SupplyRequest.parameter",
        "path": "SupplyRequest.parameter",
        "max": "0"
      },
      {
        "id": "SupplyRequest.occurrence[x]",
        "path": "SupplyRequest.occurrence[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "closed"
        },
        "short": "Anforderungsdatum",
        "definition": "Es ist das Datum der Anforderung anzugeben.",
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "SupplyRequest.occurrence[x]:occurrenceDateTime",
        "path": "SupplyRequest.occurrence[x]",
        "sliceName": "occurrenceDateTime",
        "short": "Anforderungsdatum",
        "definition": "Es ist das Datum der Anforderung anzugeben.",
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "SupplyRequest.authoredOn",
        "path": "SupplyRequest.authoredOn",
        "max": "0"
      },
      {
        "id": "SupplyRequest.requester",
        "path": "SupplyRequest.requester",
        "short": "BehandelnderFunktion",
        "definition": "Die Referenz zu einer BehandelnderFunktion (enthält LANR, ASV-Teamnummer und BSNR) ist zu bevorzugen. Nur wenn keine Ressource BehandelnderFunktion erzeugt werden kann, müssen im Element display die vorhandenen Informationen (Arztnamen, LANR, BSNR, ASV-Teamnummer) übertragen werden.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_BehandelnderFunktion|1.2.0"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.requester.reference",
        "path": "SupplyRequest.requester.reference",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.requester.type",
        "path": "SupplyRequest.requester.type",
        "max": "0"
      },
      {
        "id": "SupplyRequest.requester.identifier",
        "path": "SupplyRequest.requester.identifier",
        "max": "0"
      },
      {
        "id": "SupplyRequest.requester.display",
        "path": "SupplyRequest.requester.display",
        "short": "Name des Behandelnden",
        "definition": "Name des Behandelnden",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.supplier",
        "path": "SupplyRequest.supplier",
        "max": "0"
      },
      {
        "id": "SupplyRequest.reasonCode",
        "path": "SupplyRequest.reasonCode",
        "max": "0"
      },
      {
        "id": "SupplyRequest.reasonReference",
        "path": "SupplyRequest.reasonReference",
        "max": "0"
      },
      {
        "id": "SupplyRequest.deliverFrom",
        "path": "SupplyRequest.deliverFrom",
        "max": "0"
      },
      {
        "id": "SupplyRequest.deliverTo",
        "path": "SupplyRequest.deliverTo",
        "max": "0"
      }
    ]
  }
}