Skip to content

Commit 73c4d49

Browse files
committed
IVOM-Medikamentengabe Work in Progess
1 parent fadc7bc commit 73c4d49

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

input/fsh/Aliase.fsh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ Alias: $ValueSet-observation-visual-acuity-methods = https://eyematics.org/fhir/
77
Alias: $ValueSet-observation-visual-acuity = https://eyematics.org/fhir/eyematics-kds/ValueSet/va-code
88
Alias: $ValueSet-observation-visual-acuity-quantity-units = https://eyematics.org/fhir/eyematics-kds/ValueSet/va-quantity-units
99
Alias: $ValueSet-observation-visual-acuity-categorial-values = https://eyematics.org/fhir/eyematics-kds/ValueSet/va-categorial-values
10-
Alias: $atc = http://fhir.de/CodeSystem/bfarm/atc
10+
Alias: $atc = http://fhir.de/CodeSystem/bfarm/atc
11+
Alias: $EDQM = http://standardterms.edqm.eu
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Profile: MII_EyeMatics_IVOM_Medication
2+
Parent: https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/Medication
3+
Id: mii-eyematics-ivom-medicatio
4+
Title: "IVOM-Medikament"
5+
Description: "Die Medikation, die angesetzt, geplant oder verabreicht wird. Es kann sich um ein Fertigarzneimittel oder eine Rezeptur handeln. Auch die Angabe nur des Wirkstoffes ist möglich. Mindestens ein Wirkstoff MUSS angegeben werden."
6+
* id MS
7+
* meta MS
8+
* meta.source MS
9+
* meta.profile MS
10+
* form from VS_IVOM_MedicationForm (preferred)

input/fsh/profiles/Profile-IVOM.fsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Description: "Ein MedicationRequest beschreibt die Anordnung und die Anweisungen
77
* meta MS
88
* meta.source MS
99
* meta.profile MS
10+
* medication[x] only Reference(MII_EyeMatics_IVOM_Medication)
1011
* dosageInstruction.site from VS_Eye_Laterality
1112
* dosageInstruction.route = http://standardterms.edqm.eu#20047000 "Intravitreal use"
1213
* dosageInstruction.extension contains IVOM_TreatmentRegimen named IVOM_TreatmentRegimen 0..1
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ValueSet: VS_IVOM_MedicationForm
2+
Id: vs-ivom-medication-form
3+
Title: "IVOM Medication Form"
4+
Description: "ValueSet of the IVOM Medication Form"
5+
* ^url = "https://eyematics.org/fhir/eyematics-kds/ValueSet/ivom-medication-form"
6+
* ^version = "0.1.0"
7+
* ^status = #draft
8+
* ^experimental = true
9+
* ^date = "2025-04-18"
10+
* $EDQM#30029000 "Injection syringe"
11+
* $EDQM#13191000 "Intravitreal implant"

0 commit comments

Comments
 (0)