Skip to content

Commit

Permalink
applied changes from KBV Kommentierung
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-werner committed Jun 13, 2024
1 parent de758e6 commit 89f8e6f
Show file tree
Hide file tree
Showing 42 changed files with 1,012 additions and 1,791 deletions.
194 changes: 73 additions & 121 deletions Resources/fsh-generated/fsh-index.json

Large diffs are not rendered by default.

78 changes: 36 additions & 42 deletions Resources/fsh-generated/fsh-index.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -39,29 +39,6 @@
"valueString": "Schmerztherapie postoperativ"
}
],
"dosage": [
{
"doseAndRate": [
{
"doseQuantity": {
"system": "http://unitsofmeasure.org",
"value": 1,
"unit": "Brausetablette",
"code": "1"
}
}
],
"timing": {
"repeat": {
"when": [
"MORN",
"NOON",
"EVE"
]
}
}
}
],
"status": "active",
"medicationReference": {
"reference": "Medication/ExampleISiKMedikament1"
Expand All @@ -80,6 +57,29 @@
{
"reference": "Condition/BehandlungsDiagnoseFreitext"
}
],
"dosage": [
{
"timing": {
"repeat": {
"when": [
"MORN",
"NOON",
"EVE"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Brausetablette",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
]
}
]
},
"request": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,29 +39,6 @@
"valueString": "Schmerztherapie postoperativ"
}
],
"dosage": [
{
"doseAndRate": [
{
"doseQuantity": {
"system": "http://unitsofmeasure.org",
"value": 1,
"unit": "Brausetablette",
"code": "1"
}
}
],
"timing": {
"repeat": {
"when": [
"MORN",
"NOON",
"EVE"
]
}
}
}
],
"status": "active",
"medicationReference": {
"reference": "Medication/ExampleISiKMedikament1"
Expand All @@ -80,6 +57,29 @@
{
"reference": "Condition/BehandlungsDiagnoseFreitext"
}
],
"dosage": [
{
"timing": {
"repeat": {
"when": [
"MORN",
"NOON",
"EVE"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Brausetablette",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
]
}
]
},
"response": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"name": "ISiKMedikationsart",
"id": "ISiKMedikationsartCS",
"description": "ISiK Therapiearten für Medikation",
"version": "4.0.0-rc",
"url": "https://gematik.de/fhir/isik/CodeSystem/ISiKMedikationsartCS",
"concept": [
{
Expand All @@ -18,7 +19,6 @@
],
"experimental": false,
"publisher": "gematik GmbH",
"version": "4.0.0-rc",
"date": "2024-04-04",
"count": 2
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
},
"ingredient": [
{
"strength": {
"numerator": {
"system": "http://unitsofmeasure.org",
"value": 85,
"unit": "mg",
"code": "mg"
},
"denominator": {
"system": "http://unitsofmeasure.org",
"value": 250,
"unit": "Milliliter",
"code": "mL"
}
},
"extension": [
{
"url": "http://fhir.de/StructureDefinition/WirkstofftypEX",
Expand All @@ -40,7 +26,21 @@
}
]
},
"isActive": true
"isActive": true,
"strength": {
"numerator": {
"value": 85,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 250,
"unit": "Milliliter",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
},
{
"itemReference": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,12 @@
"https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament"
]
},
"status": "active",
"form": {
"text": "Tabletten"
},
"ingredient": [
{
"strength": {
"numerator": {
"system": "http://unitsofmeasure.org",
"value": 1,
"unit": "St.",
"code": "1"
},
"denominator": {
"system": "http://unitsofmeasure.org",
"value": 1,
"code": "1"
}
},
"itemCodeableConcept": {
"coding": [
{
Expand All @@ -30,22 +21,23 @@
}
]
},
"isActive": true
},
{
"isActive": true,
"strength": {
"numerator": {
"value": 400,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"value": 1,
"unit": "St.",
"code": "1"
"code": "mg"
},
"denominator": {
"system": "http://unitsofmeasure.org",
"unit": "Tablette",
"value": 1,
"code": "1"
"system": "http://snomed.info/sct",
"code": "732936001"
}
},
}
},
{
"itemCodeableConcept": {
"coding": [
{
Expand All @@ -55,11 +47,21 @@
}
]
},
"isActive": true
"isActive": true,
"strength": {
"numerator": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"unit": "Tablette",
"value": 1,
"system": "http://snomed.info/sct",
"code": "732936001"
}
}
}
],
"status": "active",
"form": {
"text": "Tabletten"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,12 @@
"https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament"
]
},
"status": "active",
"form": {
"text": "Tabletten"
},
"ingredient": [
{
"strength": {
"numerator": {
"system": "http://unitsofmeasure.org",
"value": 400,
"unit": "mg",
"code": "mg"
},
"denominator": {
"system": "http://unitsofmeasure.org",
"value": 1,
"unit": "St.",
"code": "1"
}
},
"itemCodeableConcept": {
"coding": [
{
Expand All @@ -31,23 +21,23 @@
}
]
},
"isActive": true
},
{
"isActive": true,
"strength": {
"numerator": {
"system": "http://unitsofmeasure.org",
"value": 500,
"value": 400,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"system": "http://unitsofmeasure.org",
"unit": "Tablette",
"value": 1,
"unit": "St.",
"code": "1"
"system": "http://snomed.info/sct",
"code": "732936001"
}
},
}
},
{
"itemCodeableConcept": {
"coding": [
{
Expand All @@ -57,11 +47,21 @@
}
]
},
"isActive": true
"isActive": true,
"strength": {
"numerator": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"unit": "Tablette",
"value": 1,
"system": "http://snomed.info/sct",
"code": "732936001"
}
}
}
],
"status": "active",
"form": {
"text": "Tabletten"
}
]
}
Loading

0 comments on commit 89f8e6f

Please sign in to comment.