{
"description": "Liste einzelner Medikationen z.B. zur Dokumentation der Aufnahme- oder Entlassmedikation.",
"_filename": "StructureDefinition-mii-pr-medikation-medikationsliste.json",
"package_name": "de.medizininformatikinitiative.kerndatensatz.medikation",
"date": null,
"derivation": "constraint",
"publisher": "Medizininformatik Initiative",
"fhirVersion": "4.0.1",
"name": "MII_PR_Medikation_Medikationsliste",
"mapping": [ {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
}, {
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping",
"identity": "w5"
} ],
"abstract": false,
"type": "List",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "MII PR Medikation Medikationsliste",
"_description": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "en-US"
}, {
"url": "content",
"valueString": "List of discrete medications e.g. for documentation of admission or discharge medication."
} ]
} ]
},
"package_version": "2.0.0",
"status": "active",
"id": "7063fe6d-8204-4863-88c3-14fc49de1360",
"kind": "resource",
"_name": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "en-US"
}, {
"url": "content",
"valueString": "MII_PR_Medikation_Medicationlist"
} ]
} ]
},
"url": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/medikationsliste",
"_title": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [ {
"url": "lang",
"valueCode": "en-US"
}, {
"url": "content",
"valueString": "MII PR Medikation Medicationlist"
} ]
} ]
},
"version": "2.0.0",
"differential": {
"element": [ {
"id": "List",
"path": "List",
"constraint": [ {
"key": "medication-list-context-1",
"human": "Wenn der Kontext Aufnahme, Entlassung oder ambulanter Kontakt ist, soll der mode 'snapshot' sein.",
"source": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/medikationsliste",
"severity": "error",
"expression": "List.code.coding.where(system='http://ihe-d.de/CodeSystems/FallkontextBeiDokumentenerstellung' and code='E210' or system='http://ihe-d.de/CodeSystems/FallkontextBeiDokumentenerstellung' and code='E230' or system='http://ihe-d.de/CodeSystems/FallkontextBeiDokumentenerstellung' and code='E100').exists() implies List.mode='snapshot'"
}, {
"key": "medication-list-context-2",
"human": "Wenn der Kontext stationärer Aufenthalt ist, soll der mode 'working' sein.",
"source": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/medikationsliste",
"severity": "error",
"expression": "List.code.coding.where(system='http://ihe-d.de/CodeSystems/FallkontextBeiDokumentenerstellung' and code='E200').exists() implies List.mode='working'"
} ]
}, {
"id": "List.meta",
"path": "List.meta",
"mustSupport": true
}, {
"id": "List.meta.source",
"path": "List.meta.source",
"mustSupport": true
}, {
"id": "List.meta.profile",
"path": "List.meta.profile",
"mustSupport": true
}, {
"id": "List.identifier",
"path": "List.identifier",
"mustSupport": true
}, {
"id": "List.status",
"path": "List.status",
"mustSupport": true
}, {
"id": "List.mode",
"path": "List.mode",
"mustSupport": true
}, {
"id": "List.code",
"path": "List.code",
"mustSupport": true
}, {
"id": "List.code.coding",
"min": 2,
"path": "List.code.coding",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "$this",
"type": "pattern"
} ]
},
"mustSupport": true
}, {
"id": "List.code.coding:medCode",
"max": "1",
"min": 1,
"path": "List.code.coding",
"sliceName": "medCode",
"mustSupport": true,
"patternCoding": {
"code": "medications",
"system": "http://terminology.hl7.org/CodeSystem/list-example-use-codes"
}
}, {
"id": "List.code.coding:medCode.system",
"path": "List.code.coding.system",
"mustSupport": true
}, {
"id": "List.code.coding:medCode.code",
"path": "List.code.coding.code",
"mustSupport": true
}, {
"id": "List.code.coding:contextCode",
"max": "1",
"min": 1,
"path": "List.code.coding",
"binding": {
"strength": "required",
"valueSet": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/ValueSet/fallkontext"
},
"sliceName": "contextCode",
"mustSupport": true,
"patternCoding": {
"system": "http://ihe-d.de/CodeSystems/FallkontextBeiDokumentenerstellung"
}
}, {
"id": "List.code.coding:contextCode.system",
"path": "List.code.coding.system",
"mustSupport": true
}, {
"id": "List.code.coding:contextCode.code",
"path": "List.code.coding.code",
"mustSupport": true
}, {
"id": "List.subject",
"min": 1,
"path": "List.subject",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
} ],
"mustSupport": true
}, {
"id": "List.encounter",
"path": "List.encounter",
"mustSupport": true
}, {
"id": "List.date",
"path": "List.date",
"mustSupport": true
}, {
"id": "List.entry",
"path": "List.entry",
"mustSupport": true
}, {
"id": "List.entry.flag",
"max": "0",
"path": "List.entry.flag"
}, {
"id": "List.entry.deleted",
"max": "0",
"path": "List.entry.deleted"
}, {
"id": "List.entry.item",
"path": "List.entry.item",
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/MedicationStatement" ]
} ],
"mustSupport": true
} ]
},
"contact": [ {
"telecom": [ {
"value": "https://www.medizininformatik-initiative.de",
"system": "url"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/List"
}