Skip to content

Commit

Permalink
Extension Wirkstofftyp nun aus DE-Basis statt MII-Medikation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Lang committed Mar 6, 2024
1 parent 64190b4 commit 06fb4e3
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"extension": [
{
"url": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/wirkstofftyp",
"url": "http://fhir.de/StructureDefinition/WirkstofftypEX",
"valueCoding": {
"system": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/CodeSystem/wirkstofftyp",
"system": "http://fhir.de/CodeSystem/WirkstofftypCS",
"code": "IN"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
{
"code": "Extension",
"profile": [
"https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/wirkstofftyp"
"http://fhir.de/StructureDefinition/WirkstofftypEX"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions Resources/input/fsh/ISiKMedikament.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Description: "Dieses Profil ermöglicht die Abbildung von patientenunabhängigen
* ingredient MS
* ^short = "Informationen zu Bestandteilen (Rezeptur)"
* extension MS
* extension contains $ext-mii-wirkstofftyp named wirkstofftyp 0..1 MS
* extension contains $ext-wirkstofftyp named wirkstofftyp 0..1 MS
* ^short = "Wirkstofftyp"
* ^comment = "Handelt es sich um eine Angabe zum Wirkstoff oder zum exakter Inhaltsstoff (z.B. Salze)?"
* itemCodeableConcept MS
Expand Down Expand Up @@ -155,7 +155,7 @@ Usage: #example
* ingredient[0]
* extension[wirkstofftyp]
* valueCoding
* system = "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/CodeSystem/wirkstofftyp"
* system = "http://fhir.de/CodeSystem/WirkstofftypCS"
* code = #IN
* itemCodeableConcept.coding
* system = $cs-atc-de
Expand Down
2 changes: 1 addition & 1 deletion Resources/input/fsh/aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Alias: $vs-edqm-doseform = http://hl7.org/fhir/uv/ips/ValueSet/medicine-doseform
Alias: $vs-edqm-route = http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration
Alias: $vs-risk-probability = http://hl7.org/fhir/ValueSet/risk-probability
Alias: $ext-data-absent-reason = http://hl7.org/fhir/StructureDefinition/data-absent-reason
Alias: $ext-mii-wirkstofftyp = https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/wirkstofftyp
Alias: $ext-wirkstofftyp = http://fhir.de/StructureDefinition/WirkstofftypEX
Alias: $Abrechnungsart = http://fhir.de/CodeSystem/dkgev/Abrechnungsart
Alias: $AufnahmegrundErsteUndZweiteStelle = http://fhir.de/CodeSystem/dkgev/AufnahmegrundErsteUndZweiteStelle
Alias: $AufnahmegrundDritteStelle = http://fhir.de/CodeSystem/dkgev/AufnahmegrundDritteStelle
Expand Down
2 changes: 1 addition & 1 deletion Resources/sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FSHOnly: true
applyExtensionMetadataToRoot: false
version: 3.0.1
dependencies:
de.medizininformatikinitiative.kerndatensatz.medikation: 1.0.11
de.basisprofil.r4: 1.5.0-ballot
hl7.fhir.r4.core: 4.0.1
de.gematik.isik-basismodul: 3.0.3
10 changes: 10 additions & 0 deletions fhirpkg.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"updated": "2024-03-06T13:41:40.2246937+01:00",
"dependencies": {
"hl7.fhir.r4.core": "4.0.1",
"de.basisprofil.r4": "1.5.0-ballot",
"hl7.fhir.uv.ips": "1.0.0",
"de.gematik.isik-basismodul": "3.0.3"
},
"missing": {}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"dependencies": {
"hl7.fhir.r4.core": "4.0.1",
"de.medizininformatikinitiative.kerndatensatz.medikation": "1.0.11",
"de.basisprofil.r4": "1.5.0-ballot",
"hl7.fhir.uv.ips": "1.0.0",
"de.gematik.isik-basismodul": "3.0.3"
}
Expand Down

0 comments on commit 06fb4e3

Please sign in to comment.