FHIR IG Statistics: StructureDefinition/KBVPRMIONFDMedicationStatementAdministrationInstruction
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"url": "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFD_Medication_Statement_Administration_Instruction",
"version": "1.0.0",
"name": "KBV_PR_MIO_NFD_Medication_Statement_Administration_Instruction",
"status": "active",
"publisher": "Kassenärztliche Bundesvereinigung (KBV)",
"description": "Dieses Profil bildet einen Medikationseintrag ab.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"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": "MedicationStatement",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationStatement",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "MedicationStatement.meta",
"path": "MedicationStatement.meta",
"min": 1
},
{
"id": "MedicationStatement.meta.versionId",
"path": "MedicationStatement.meta.versionId",
"max": "0"
},
{
"id": "MedicationStatement.meta.lastUpdated",
"path": "MedicationStatement.meta.lastUpdated",
"max": "0"
},
{
"id": "MedicationStatement.meta.source",
"path": "MedicationStatement.meta.source",
"max": "0"
},
{
"id": "MedicationStatement.meta.profile",
"path": "MedicationStatement.meta.profile",
"min": 1,
"max": "1",
"fixedCanonical": "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFD_Medication_Statement_Administration_Instruction|1.0.0"
},
{
"id": "MedicationStatement.meta.security",
"path": "MedicationStatement.meta.security",
"max": "0"
},
{
"id": "MedicationStatement.meta.tag",
"path": "MedicationStatement.meta.tag",
"max": "0"
},
{
"id": "MedicationStatement.implicitRules",
"path": "MedicationStatement.implicitRules",
"max": "0"
},
{
"id": "MedicationStatement.language",
"path": "MedicationStatement.language",
"max": "0"
},
{
"id": "MedicationStatement.contained",
"path": "MedicationStatement.contained",
"max": "0"
},
{
"id": "MedicationStatement.identifier",
"path": "MedicationStatement.identifier",
"max": "0"
},
{
"id": "MedicationStatement.basedOn",
"path": "MedicationStatement.basedOn",
"max": "0"
},
{
"id": "MedicationStatement.partOf",
"path": "MedicationStatement.partOf",
"max": "0"
},
{
"id": "MedicationStatement.status",
"path": "MedicationStatement.status",
"fixedCode": "active"
},
{
"id": "MedicationStatement.statusReason",
"path": "MedicationStatement.statusReason",
"max": "0"
},
{
"id": "MedicationStatement.category",
"path": "MedicationStatement.category",
"max": "0"
},
{
"id": "MedicationStatement.medication[x]",
"path": "MedicationStatement.medication[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"rules": "closed"
},
"type": [
{
"code": "Reference"
}
],
"mustSupport": true
},
{
"id": "MedicationStatement.medication[x]:medicationReference",
"path": "MedicationStatement.medication[x]",
"sliceName": "medicationReference",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFD_Medication|1.0.0"
]
}
],
"mustSupport": true
},
{
"id": "MedicationStatement.medication[x]:medicationReference.reference",
"path": "MedicationStatement.medication[x].reference",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationStatement.medication[x]:medicationReference.type",
"path": "MedicationStatement.medication[x].type",
"max": "0"
},
{
"id": "MedicationStatement.medication[x]:medicationReference.identifier",
"path": "MedicationStatement.medication[x].identifier",
"max": "0"
},
{
"id": "MedicationStatement.medication[x]:medicationReference.display",
"path": "MedicationStatement.medication[x].display",
"max": "0"
},
{
"id": "MedicationStatement.subject",
"path": "MedicationStatement.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFD_Patient_NFD|1.0.0"
]
}
],
"mustSupport": true
},
{
"id": "MedicationStatement.subject.reference",
"path": "MedicationStatement.subject.reference",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationStatement.subject.type",
"path": "MedicationStatement.subject.type",
"max": "0"
},
{
"id": "MedicationStatement.subject.identifier",
"path": "MedicationStatement.subject.identifier",
"max": "0"
},
{
"id": "MedicationStatement.subject.display",
"path": "MedicationStatement.subject.display",
"max": "0"
},
{
"id": "MedicationStatement.context",
"path": "MedicationStatement.context",
"max": "0"
},
{
"id": "MedicationStatement.effective[x]",
"path": "MedicationStatement.effective[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"rules": "closed"
},
"type": [
{
"code": "Period"
}
],
"mustSupport": true
},
{
"id": "MedicationStatement.effective[x]:effectivePeriod",
"path": "MedicationStatement.effective[x]",
"sliceName": "effectivePeriod",
"type": [
{
"code": "Period"
}
],
"mustSupport": true
},
{
"id": "MedicationStatement.effective[x]:effectivePeriod.start",
"path": "MedicationStatement.effective[x].start",
"mustSupport": true
},
{
"id": "MedicationStatement.effective[x]:effectivePeriod.end",
"path": "MedicationStatement.effective[x].end",
"mustSupport": true
},
{
"id": "MedicationStatement.dateAsserted",
"path": "MedicationStatement.dateAsserted",
"max": "0"
},
{
"id": "MedicationStatement.informationSource",
"path": "MedicationStatement.informationSource",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFD_Practitioner_Role_With_Organization|1.0.0"
]
}
],
"mustSupport": true
},
{
"id": "MedicationStatement.informationSource.reference",
"path": "MedicationStatement.informationSource.reference",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationStatement.informationSource.type",
"path": "MedicationStatement.informationSource.type",
"max": "0"
},
{
"id": "MedicationStatement.informationSource.identifier",
"path": "MedicationStatement.informationSource.identifier",
"max": "0"
},
{
"id": "MedicationStatement.informationSource.display",
"path": "MedicationStatement.informationSource.display",
"max": "0"
},
{
"id": "MedicationStatement.derivedFrom",
"path": "MedicationStatement.derivedFrom",
"max": "0"
},
{
"id": "MedicationStatement.reasonCode",
"path": "MedicationStatement.reasonCode",
"max": "0"
},
{
"id": "MedicationStatement.reasonReference",
"path": "MedicationStatement.reasonReference",
"max": "0"
},
{
"id": "MedicationStatement.note",
"path": "MedicationStatement.note",
"max": "1",
"mustSupport": true
},
{
"id": "MedicationStatement.note.author[x]",
"path": "MedicationStatement.note.author[x]",
"max": "0"
},
{
"id": "MedicationStatement.note.time",
"path": "MedicationStatement.note.time",
"max": "0"
},
{
"id": "MedicationStatement.dosage",
"path": "MedicationStatement.dosage",
"slicing": {
"discriminator": [
{
"type": "exists",
"path": "timing"
},
{
"type": "exists",
"path": "text"
}
],
"rules": "closed"
},
"min": 1,
"max": "4",
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema",
"path": "MedicationStatement.dosage",
"sliceName": "vierTeiligesSchema",
"max": "4",
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.sequence",
"path": "MedicationStatement.dosage.sequence",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.text",
"path": "MedicationStatement.dosage.text",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.additionalInstruction",
"path": "MedicationStatement.dosage.additionalInstruction",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.patientInstruction",
"path": "MedicationStatement.dosage.patientInstruction",
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing",
"path": "MedicationStatement.dosage.timing",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.event",
"path": "MedicationStatement.dosage.timing.event",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.repeat",
"path": "MedicationStatement.dosage.timing.repeat",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code",
"path": "MedicationStatement.dosage.timing.code",
"min": 1,
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_MIO_NFD_Dosage_Point_Of_Time|1.0.0"
}
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code.coding",
"path": "MedicationStatement.dosage.timing.code.coding",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code.coding.system",
"path": "MedicationStatement.dosage.timing.code.coding.system",
"min": 1
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code.coding.version",
"path": "MedicationStatement.dosage.timing.code.coding.version",
"min": 1
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code.coding.code",
"path": "MedicationStatement.dosage.timing.code.coding.code",
"min": 1
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code.coding.display",
"path": "MedicationStatement.dosage.timing.code.coding.display",
"min": 1
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code.coding.display.extension",
"path": "MedicationStatement.dosage.timing.code.coding.display.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "closed"
}
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code.coding.display.extension:anzeigenameCode",
"path": "MedicationStatement.dosage.timing.code.coding.display.extension",
"sliceName": "anzeigenameCode",
"min": 1,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Terminology_German"
]
}
],
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code.coding.display.extension:anzeigenameCode.extension",
"path": "MedicationStatement.dosage.timing.code.coding.display.extension.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "closed"
}
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code.coding.display.extension:anzeigenameCode.extension:content",
"path": "MedicationStatement.dosage.timing.code.coding.display.extension.extension",
"sliceName": "content",
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code.coding.display.extension:anzeigenameCode.extension:content.value[x]",
"path": "MedicationStatement.dosage.timing.code.coding.display.extension.extension.value[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"rules": "closed"
},
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code.coding.display.extension:anzeigenameCode.extension:content.value[x]:valueString",
"path": "MedicationStatement.dosage.timing.code.coding.display.extension.extension.valueString",
"sliceName": "valueString",
"definition": "In diesem Attribut sollen die entsprechende deutsche Bezeichnung des Loinc oder Snomed-Codes aus der Conceptmap eingetragen werden, also in diesem Fall den Displaynamen des Targetsystems aus https://fhir.kbv.de/ConceptMap/KBV_CM_MIO_NFD_Dosage_Point_Of_Time_German|1.0.0",
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code.coding.userSelected",
"path": "MedicationStatement.dosage.timing.code.coding.userSelected",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.timing.code.text",
"path": "MedicationStatement.dosage.timing.code.text",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.asNeeded[x]",
"path": "MedicationStatement.dosage.asNeeded[x]",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.site",
"path": "MedicationStatement.dosage.site",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.route",
"path": "MedicationStatement.dosage.route",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.method",
"path": "MedicationStatement.dosage.method",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.doseAndRate",
"path": "MedicationStatement.dosage.doseAndRate",
"max": "1",
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.doseAndRate.type",
"path": "MedicationStatement.dosage.doseAndRate.type",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.doseAndRate.dose[x]",
"path": "MedicationStatement.dosage.doseAndRate.dose[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"rules": "open"
},
"min": 1,
"type": [
{
"code": "Quantity"
}
],
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.doseAndRate.dose[x]:doseQuantity",
"path": "MedicationStatement.dosage.doseAndRate.dose[x]",
"sliceName": "doseQuantity",
"min": 1,
"type": [
{
"code": "Quantity"
}
],
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.doseAndRate.dose[x]:doseQuantity.value",
"path": "MedicationStatement.dosage.doseAndRate.dose[x].value",
"min": 1
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.doseAndRate.dose[x]:doseQuantity.unit",
"path": "MedicationStatement.dosage.doseAndRate.dose[x].unit",
"min": 1,
"binding": {
"strength": "required",
"valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_BMP_DOSIEREINHEIT|1.01"
}
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.doseAndRate.dose[x]:doseQuantity.system",
"path": "MedicationStatement.dosage.doseAndRate.dose[x].system",
"min": 1,
"fixedUri": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.doseAndRate.dose[x]:doseQuantity.code",
"path": "MedicationStatement.dosage.doseAndRate.dose[x].code",
"min": 1,
"binding": {
"strength": "required",
"valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_BMP_DOSIEREINHEIT|1.01"
}
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.doseAndRate.rate[x]",
"path": "MedicationStatement.dosage.doseAndRate.rate[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"rules": "closed"
},
"max": "0",
"type": [
{
"code": "Quantity"
}
]
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.maxDosePerPeriod",
"path": "MedicationStatement.dosage.maxDosePerPeriod",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.maxDosePerAdministration",
"path": "MedicationStatement.dosage.maxDosePerAdministration",
"max": "0"
},
{
"id": "MedicationStatement.dosage:vierTeiligesSchema.maxDosePerLifetime",
"path": "MedicationStatement.dosage.maxDosePerLifetime",
"max": "0"
},
{
"id": "MedicationStatement.dosage:freitextDosierung",
"path": "MedicationStatement.dosage",
"sliceName": "freitextDosierung",
"max": "1",
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:freitextDosierung.sequence",
"path": "MedicationStatement.dosage.sequence",
"max": "0"
},
{
"id": "MedicationStatement.dosage:freitextDosierung.text",
"path": "MedicationStatement.dosage.text",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:freitextDosierung.additionalInstruction",
"path": "MedicationStatement.dosage.additionalInstruction",
"max": "0"
},
{
"id": "MedicationStatement.dosage:freitextDosierung.patientInstruction",
"path": "MedicationStatement.dosage.patientInstruction",
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:freitextDosierung.timing",
"path": "MedicationStatement.dosage.timing",
"max": "0"
},
{
"id": "MedicationStatement.dosage:freitextDosierung.asNeeded[x]",
"path": "MedicationStatement.dosage.asNeeded[x]",
"max": "0"
},
{
"id": "MedicationStatement.dosage:freitextDosierung.site",
"path": "MedicationStatement.dosage.site",
"max": "0"
},
{
"id": "MedicationStatement.dosage:freitextDosierung.route",
"path": "MedicationStatement.dosage.route",
"max": "0"
},
{
"id": "MedicationStatement.dosage:freitextDosierung.method",
"path": "MedicationStatement.dosage.method",
"max": "0"
},
{
"id": "MedicationStatement.dosage:freitextDosierung.doseAndRate",
"path": "MedicationStatement.dosage.doseAndRate",
"max": "0"
},
{
"id": "MedicationStatement.dosage:freitextDosierung.maxDosePerPeriod",
"path": "MedicationStatement.dosage.maxDosePerPeriod",
"max": "0"
},
{
"id": "MedicationStatement.dosage:freitextDosierung.maxDosePerAdministration",
"path": "MedicationStatement.dosage.maxDosePerAdministration",
"max": "0"
},
{
"id": "MedicationStatement.dosage:freitextDosierung.maxDosePerLifetime",
"path": "MedicationStatement.dosage.maxDosePerLifetime",
"max": "0"
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe",
"path": "MedicationStatement.dosage",
"sliceName": "fehlendeAngabe",
"max": "1",
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.extension",
"path": "MedicationStatement.dosage.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "closed"
}
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.extension:data-absent-reason",
"path": "MedicationStatement.dosage.extension",
"sliceName": "data-absent-reason",
"min": 1,
"type": [
{
"code": "Extension",
"profile": [
"http://hl7.org/fhir/StructureDefinition/data-absent-reason"
]
}
],
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.extension:data-absent-reason.value[x]",
"path": "MedicationStatement.dosage.extension.value[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"rules": "closed"
},
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.extension:data-absent-reason.value[x]:valueCode",
"path": "MedicationStatement.dosage.extension.value[x]",
"sliceName": "valueCode",
"min": 1,
"fixedCode": "unknown",
"mustSupport": true
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.sequence",
"path": "MedicationStatement.dosage.sequence",
"max": "0"
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.text",
"path": "MedicationStatement.dosage.text",
"max": "0"
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.additionalInstruction",
"path": "MedicationStatement.dosage.additionalInstruction",
"max": "0"
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.patientInstruction",
"path": "MedicationStatement.dosage.patientInstruction",
"max": "0"
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.timing",
"path": "MedicationStatement.dosage.timing",
"max": "0"
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.asNeeded[x]",
"path": "MedicationStatement.dosage.asNeeded[x]",
"max": "0"
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.site",
"path": "MedicationStatement.dosage.site",
"max": "0"
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.route",
"path": "MedicationStatement.dosage.route",
"max": "0"
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.method",
"path": "MedicationStatement.dosage.method",
"max": "0"
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.doseAndRate",
"path": "MedicationStatement.dosage.doseAndRate",
"max": "0"
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.maxDosePerPeriod",
"path": "MedicationStatement.dosage.maxDosePerPeriod",
"max": "0"
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.maxDosePerAdministration",
"path": "MedicationStatement.dosage.maxDosePerAdministration",
"max": "0"
},
{
"id": "MedicationStatement.dosage:fehlendeAngabe.maxDosePerLifetime",
"path": "MedicationStatement.dosage.maxDosePerLifetime",
"max": "0"
}
]
}
}