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

FHIR IG Statistics: StructureDefinition/KBVPRMIONFDMedication

Packagekbv.mio.patientenkurzakte
Resource TypeStructureDefinition
IdKBVPRMIONFDMedication
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=kbv.mio.patientenkurzakte@1.0.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFD_Medication
URLhttps://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFD_Medication
Version1.0.0
Statusactive
NameKBV_PR_MIO_NFD_Medication
DescriptionDieses Profil bildet die Medikation ab, die einem Medikationseintrag zugrunde liegt.
TypeMedication
Kindresource

Resources that use this resource

StructureDefinition
KBV_PR_MIO_NFD_Medication_Statement_Administration_InstructionKBV_PR_MIO_NFD_Medication_Statement_Administration_Instruction

Resources that this resource uses

StructureDefinition
KBV_EX_MIO_NFD_Medication_StrengthKBV_EX_MIO_NFD_Medication_Strength
KBV_EX_MIO_NFD_Medication_NameKBV_EX_MIO_NFD_Medication_Name
ValueSet
KBV_VS_MIO_NFD_S_KBV_DOSAGE_FORMDarreichungsform

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFD_Medication",
  "version": "1.0.0",
  "name": "KBV_PR_MIO_NFD_Medication",
  "status": "active",
  "publisher": "Kassenärztliche Bundesvereinigung (KBV)",
  "description": "Dieses Profil bildet die Medikation ab, die einem Medikationseintrag zugrunde liegt.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "script10.6",
      "uri": "http://ncpdp.org/SCRIPT10_6",
      "name": "Mapping to NCPDP SCRIPT 10.6"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Medication",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Medication",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Medication.meta",
        "path": "Medication.meta",
        "min": 1
      },
      {
        "id": "Medication.meta.versionId",
        "path": "Medication.meta.versionId",
        "max": "0"
      },
      {
        "id": "Medication.meta.lastUpdated",
        "path": "Medication.meta.lastUpdated",
        "max": "0"
      },
      {
        "id": "Medication.meta.source",
        "path": "Medication.meta.source",
        "max": "0"
      },
      {
        "id": "Medication.meta.profile",
        "path": "Medication.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFD_Medication|1.0.0"
      },
      {
        "id": "Medication.meta.security",
        "path": "Medication.meta.security",
        "max": "0"
      },
      {
        "id": "Medication.meta.tag",
        "path": "Medication.meta.tag",
        "max": "0"
      },
      {
        "id": "Medication.implicitRules",
        "path": "Medication.implicitRules",
        "max": "0"
      },
      {
        "id": "Medication.language",
        "path": "Medication.language",
        "max": "0"
      },
      {
        "id": "Medication.text",
        "path": "Medication.text",
        "max": "0"
      },
      {
        "id": "Medication.contained",
        "path": "Medication.contained",
        "max": "0"
      },
      {
        "id": "Medication.extension",
        "path": "Medication.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Medication.extension:arzneimittelname",
        "path": "Medication.extension",
        "sliceName": "arzneimittelname",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_EX_MIO_NFD_Medication_Name"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Medication.extension:arzneimittelname.value[x]",
        "path": "Medication.extension.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "closed"
        },
        "mustSupport": true
      },
      {
        "id": "Medication.extension:arzneimittelname.value[x]:valueString",
        "path": "Medication.extension.value[x]",
        "sliceName": "valueString",
        "mustSupport": true
      },
      {
        "id": "Medication.identifier",
        "path": "Medication.identifier",
        "max": "0"
      },
      {
        "id": "Medication.code",
        "path": "Medication.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Medication.code.coding",
        "path": "Medication.code.coding",
        "mustSupport": true
      },
      {
        "id": "Medication.code.coding.system",
        "path": "Medication.code.coding.system",
        "min": 1,
        "fixedUri": "http://fhir.de/CodeSystem/ifa/pzn"
      },
      {
        "id": "Medication.code.coding.version",
        "path": "Medication.code.coding.version",
        "min": 1
      },
      {
        "id": "Medication.code.coding.code",
        "path": "Medication.code.coding.code",
        "min": 1
      },
      {
        "id": "Medication.code.coding.display",
        "path": "Medication.code.coding.display",
        "min": 1
      },
      {
        "id": "Medication.code.coding.userSelected",
        "path": "Medication.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Medication.code.text",
        "path": "Medication.code.text",
        "max": "0"
      },
      {
        "id": "Medication.status",
        "path": "Medication.status",
        "max": "0"
      },
      {
        "id": "Medication.manufacturer",
        "path": "Medication.manufacturer",
        "max": "0"
      },
      {
        "id": "Medication.form",
        "path": "Medication.form",
        "mustSupport": true
      },
      {
        "id": "Medication.form.coding",
        "path": "Medication.form.coding",
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "example",
          "valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_MIO_NFD_S_KBV_DOSAGE_FORM|1.0.0"
        }
      },
      {
        "id": "Medication.form.coding.system",
        "path": "Medication.form.coding.system",
        "min": 1
      },
      {
        "id": "Medication.form.coding.version",
        "path": "Medication.form.coding.version",
        "min": 1
      },
      {
        "id": "Medication.form.coding.code",
        "path": "Medication.form.coding.code",
        "min": 1
      },
      {
        "id": "Medication.form.coding.display",
        "path": "Medication.form.coding.display",
        "min": 1
      },
      {
        "id": "Medication.form.coding.userSelected",
        "path": "Medication.form.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Medication.form.text",
        "path": "Medication.form.text",
        "mustSupport": true
      },
      {
        "id": "Medication.amount",
        "path": "Medication.amount",
        "max": "0"
      },
      {
        "id": "Medication.ingredient",
        "path": "Medication.ingredient",
        "mustSupport": true
      },
      {
        "id": "Medication.ingredient.item[x]",
        "path": "Medication.ingredient.item[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Medication.ingredient.item[x].coding",
        "path": "Medication.ingredient.item[x].coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Medication.ingredient.item[x].coding:askCode",
        "path": "Medication.ingredient.item[x].coding",
        "sliceName": "askCode",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Medication.ingredient.item[x].coding:askCode.system",
        "path": "Medication.ingredient.item[x].coding.system",
        "min": 1,
        "fixedUri": "http://fhir.de/CodeSystem/ask"
      },
      {
        "id": "Medication.ingredient.item[x].coding:askCode.version",
        "path": "Medication.ingredient.item[x].coding.version",
        "min": 1
      },
      {
        "id": "Medication.ingredient.item[x].coding:askCode.code",
        "path": "Medication.ingredient.item[x].coding.code",
        "min": 1
      },
      {
        "id": "Medication.ingredient.item[x].coding:askCode.display",
        "path": "Medication.ingredient.item[x].coding.display",
        "min": 1
      },
      {
        "id": "Medication.ingredient.item[x].coding:askCode.userSelected",
        "path": "Medication.ingredient.item[x].coding.userSelected",
        "max": "0"
      },
      {
        "id": "Medication.ingredient.item[x].coding:snomedCode",
        "path": "Medication.ingredient.item[x].coding",
        "sliceName": "snomedCode",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Medication.ingredient.item[x].coding:snomedCode.system",
        "path": "Medication.ingredient.item[x].coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Medication.ingredient.item[x].coding:snomedCode.version",
        "path": "Medication.ingredient.item[x].coding.version",
        "min": 1
      },
      {
        "id": "Medication.ingredient.item[x].coding:snomedCode.code",
        "path": "Medication.ingredient.item[x].coding.code",
        "min": 1
      },
      {
        "id": "Medication.ingredient.item[x].coding:snomedCode.display",
        "path": "Medication.ingredient.item[x].coding.display",
        "min": 1
      },
      {
        "id": "Medication.ingredient.item[x].coding:snomedCode.userSelected",
        "path": "Medication.ingredient.item[x].coding.userSelected",
        "max": "0"
      },
      {
        "id": "Medication.ingredient.item[x].coding:andererCode",
        "path": "Medication.ingredient.item[x].coding",
        "sliceName": "andererCode",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Medication.ingredient.item[x].coding:andererCode.system",
        "path": "Medication.ingredient.item[x].coding.system",
        "min": 1
      },
      {
        "id": "Medication.ingredient.item[x].coding:andererCode.version",
        "path": "Medication.ingredient.item[x].coding.version",
        "min": 1
      },
      {
        "id": "Medication.ingredient.item[x].coding:andererCode.code",
        "path": "Medication.ingredient.item[x].coding.code",
        "min": 1
      },
      {
        "id": "Medication.ingredient.item[x].coding:andererCode.display",
        "path": "Medication.ingredient.item[x].coding.display",
        "min": 1
      },
      {
        "id": "Medication.ingredient.item[x].coding:andererCode.userSelected",
        "path": "Medication.ingredient.item[x].coding.userSelected",
        "max": "0"
      },
      {
        "id": "Medication.ingredient.item[x].text",
        "path": "Medication.ingredient.item[x].text",
        "mustSupport": true
      },
      {
        "id": "Medication.ingredient.isActive",
        "path": "Medication.ingredient.isActive",
        "max": "0",
        "fixedBoolean": true
      },
      {
        "id": "Medication.ingredient.strength",
        "path": "Medication.ingredient.strength",
        "mustSupport": true
      },
      {
        "id": "Medication.ingredient.strength.extension",
        "path": "Medication.ingredient.strength.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Medication.ingredient.strength.extension:wirkstaerkeFreitext",
        "path": "Medication.ingredient.strength.extension",
        "sliceName": "wirkstaerkeFreitext",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_EX_MIO_NFD_Medication_Strength"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Medication.ingredient.strength.numerator",
        "path": "Medication.ingredient.strength.numerator",
        "mustSupport": true
      },
      {
        "id": "Medication.ingredient.strength.numerator.value",
        "path": "Medication.ingredient.strength.numerator.value",
        "min": 1
      },
      {
        "id": "Medication.ingredient.strength.numerator.comparator",
        "path": "Medication.ingredient.strength.numerator.comparator",
        "max": "0"
      },
      {
        "id": "Medication.ingredient.strength.numerator.unit",
        "path": "Medication.ingredient.strength.numerator.unit",
        "min": 1
      },
      {
        "id": "Medication.ingredient.strength.numerator.system",
        "path": "Medication.ingredient.strength.numerator.system"
      },
      {
        "id": "Medication.ingredient.strength.numerator.code",
        "path": "Medication.ingredient.strength.numerator.code"
      },
      {
        "id": "Medication.ingredient.strength.denominator",
        "path": "Medication.ingredient.strength.denominator",
        "mustSupport": true
      },
      {
        "id": "Medication.ingredient.strength.denominator.value",
        "path": "Medication.ingredient.strength.denominator.value",
        "min": 1
      },
      {
        "id": "Medication.ingredient.strength.denominator.comparator",
        "path": "Medication.ingredient.strength.denominator.comparator",
        "max": "0"
      },
      {
        "id": "Medication.ingredient.strength.denominator.unit",
        "path": "Medication.ingredient.strength.denominator.unit",
        "min": 1
      },
      {
        "id": "Medication.ingredient.strength.denominator.system",
        "path": "Medication.ingredient.strength.denominator.system"
      },
      {
        "id": "Medication.ingredient.strength.denominator.code",
        "path": "Medication.ingredient.strength.denominator.code"
      },
      {
        "id": "Medication.batch",
        "path": "Medication.batch",
        "max": "0"
      }
    ]
  }
}