From e5fe6777c12e9263c7ffce57b8af96a690abbe97 Mon Sep 17 00:00:00 2001 From: Iancu Date: Thu, 17 Oct 2024 15:38:38 +0200 Subject: [PATCH] dosage 1..1 --- ...reDefinition-mii-pr-bildgebung-geraet.json | 113 ++++++++++++++++++ .../Profile-ConstrastAdministration.fsh | 1 + 2 files changed, 114 insertions(+) create mode 100644 fsh-generated/resources/StructureDefinition-mii-pr-bildgebung-geraet.json diff --git a/fsh-generated/resources/StructureDefinition-mii-pr-bildgebung-geraet.json b/fsh-generated/resources/StructureDefinition-mii-pr-bildgebung-geraet.json new file mode 100644 index 0000000..76e172d --- /dev/null +++ b/fsh-generated/resources/StructureDefinition-mii-pr-bildgebung-geraet.json @@ -0,0 +1,113 @@ +{ + "resourceType": "StructureDefinition", + "id": "mii-pr-bildgebung-geraet", + "url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-geraet", + "version": "2025.0.0-ballot", + "name": "MII_PR_Bildgebung_Geraet", + "_name": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/translation", + "extension": [ + { + "url": "lang", + "valueCode": "en-US" + }, + { + "url": "content", + "valueString": "MII_PR_Imaging_Device" + } + ] + } + ] + }, + "title": "MII PR Bildgebung Gerät", + "_title": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/translation", + "extension": [ + { + "url": "lang", + "valueCode": "en-US" + }, + { + "url": "content", + "valueString": "MII PR Imaging Device" + } + ] + } + ] + }, + "status": "active", + "publisher": "Medizininformatik Initiative", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "https://www.medizininformatik-initiative.de" + } + ] + } + ], + "description": "Dieses Profil beschreibt das genutzte Gerät in der radiologischer Bildgebung. Es bietet die Möglichkeit, Informationen über das Gerät strukturiert abzubilden.", + "_description": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/translation", + "extension": [ + { + "url": "lang", + "valueCode": "en-US" + }, + { + "url": "content", + "valueString": "The profile describes a device for radiological images." + } + ] + } + ] + }, + "copyright": "This specification is licensed under Creative Commons \"No Rights Reserved\" (CC0).", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "Device", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Device.id", + "path": "Device.id", + "mustSupport": true + }, + { + "id": "Device.meta", + "path": "Device.meta", + "mustSupport": true + }, + { + "id": "Device.meta.source", + "path": "Device.meta.source", + "mustSupport": true + }, + { + "id": "Device.meta.profile", + "path": "Device.meta.profile", + "mustSupport": true + }, + { + "id": "Device.manufacturer", + "path": "Device.manufacturer", + "mustSupport": true + }, + { + "id": "Device.deviceName", + "path": "Device.deviceName", + "mustSupport": true + } + ] + } +} diff --git a/input/fsh/profiles/Profile-ConstrastAdministration.fsh b/input/fsh/profiles/Profile-ConstrastAdministration.fsh index b83f694..9d1d55b 100644 --- a/input/fsh/profiles/Profile-ConstrastAdministration.fsh +++ b/input/fsh/profiles/Profile-ConstrastAdministration.fsh @@ -23,4 +23,5 @@ Description: "Dieses Profil bietet die Möglichkeit die Kontrastmittelgabe aus d * subject MS * subject only Reference(Patient) * effective[x] only Period +* dosage 1..1 MS * dosage.dose 1..1 MS \ No newline at end of file