Skip to content

Commit

Permalink
Commit from GitHub Actions (CI (FHIR Validation))
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali committed Jul 3, 2024
1 parent 556a342 commit d1033a8
Show file tree
Hide file tree
Showing 12 changed files with 709 additions and 704 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"url": "https://gematik.de/fhir/isik/v2/Medikation/CapabilityStatement/medikation-server/information",
"status": "active",
"experimental": false,
"version": "2.0.2",
"version": "2.0.3",
"publisher": "gematik GmbH",
"date": "2023-01-31",
"date": "2024-07-03",
"implementationGuide": [
"https://gematik.de/fhir/isik/v2/Medikation/ImplementationGuide|2.0.2"
"https://gematik.de/fhir/isik/v2/Medikation/ImplementationGuide|2.0.3"
],
"name": "ISiKCapabilityStatementMedikationInformation",
"title": "ISiK CapabilityStatement Medikation Server - Medikationsinformation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"url": "https://gematik.de/fhir/isik/v2/Medikation/CapabilityStatement/medikation-server/verabreichung",
"status": "active",
"experimental": false,
"version": "2.0.2",
"version": "2.0.3",
"publisher": "gematik GmbH",
"date": "2023-01-31",
"date": "2024-07-03",
"implementationGuide": [
"https://gematik.de/fhir/isik/v2/Medikation/ImplementationGuide|2.0.2"
"https://gematik.de/fhir/isik/v2/Medikation/ImplementationGuide|2.0.3"
],
"name": "ISiKCapabilityStatementMedikationVerabreichung",
"title": "ISiK CapabilityStatement Medikation Server - Medikationsverabreichung",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"url": "https://gematik.de/fhir/isik/v2/Medikation/CapabilityStatement/medikation-server/verordnung",
"status": "active",
"experimental": false,
"version": "2.0.2",
"version": "2.0.3",
"publisher": "gematik GmbH",
"date": "2023-01-31",
"date": "2024-07-03",
"implementationGuide": [
"https://gematik.de/fhir/isik/v2/Medikation/ImplementationGuide|2.0.2"
"https://gematik.de/fhir/isik/v2/Medikation/ImplementationGuide|2.0.3"
],
"name": "ISiKCapabilityStatementMedikationVerordnung",
"title": "ISiK CapabilityStatement Medikation Server - Medikationsverordnung",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@
},
"ingredient": [
{
"extension": [
{
"valueCoding": {
"system": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/CodeSystem/wirkstofftyp",
"code": "IN"
},
"url": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/wirkstofftyp"
}
],
"strength": {
"numerator": {
"system": "http://unitsofmeasure.org",
Expand All @@ -31,6 +22,15 @@
"code": "mL"
}
},
"extension": [
{
"url": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/wirkstofftyp",
"valueCoding": {
"system": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/CodeSystem/wirkstofftyp",
"code": "IN"
}
}
],
"itemCodeableConcept": {
"coding": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,47 +1,15 @@
{
"resourceType": "StructureDefinition",
"id": "ISiKMedikament",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
"valueString": "Clinical.Medications"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
"valueCode": "business"
}
],
"url": "https://gematik.de/fhir/isik/v2/Medikation/StructureDefinition/ISiKMedikament",
"version": "2.0.2",
"version": "2.0.3",
"name": "ISiKMedikament",
"status": "active",
"experimental": false,
"date": "2023-01-31",
"date": "2024-07-03",
"publisher": "gematik GmbH",
"description": "Dieses Profil ermöglicht die Abbildung von patientenunabhängigen Informationen zu Medikamenten in ISiK Szenarien.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "script10.6",
"uri": "http://ncpdp.org/SCRIPT10_6",
"name": "Mapping to NCPDP SCRIPT 10.6"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Medication",
Expand Down Expand Up @@ -345,8 +313,23 @@
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept",
"path": "Medication.ingredient.itemCodeableConcept",
"id": "Medication.ingredient.item[x]",
"path": "Medication.ingredient.item[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
}
},
{
"id": "Medication.ingredient.item[x]:itemCodeableConcept",
"path": "Medication.ingredient.item[x]",
"sliceName": "itemCodeableConcept",
"short": "Bestandteil in codierter Form oder ggf. als Freitext",
"min": 0,
"max": "1",
Expand All @@ -358,8 +341,8 @@
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding",
"path": "Medication.ingredient.itemCodeableConcept.coding",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding",
"path": "Medication.ingredient.item[x].coding",
"slicing": {
"discriminator": [
{
Expand All @@ -372,8 +355,8 @@
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:ASK",
"path": "Medication.ingredient.itemCodeableConcept.coding",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ASK",
"path": "Medication.ingredient.item[x].coding",
"sliceName": "ASK",
"min": 0,
"max": "1",
Expand All @@ -383,25 +366,25 @@
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:ASK.system",
"path": "Medication.ingredient.itemCodeableConcept.coding.system",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ASK.system",
"path": "Medication.ingredient.item[x].coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:ASK.code",
"path": "Medication.ingredient.itemCodeableConcept.coding.code",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ASK.code",
"path": "Medication.ingredient.item[x].coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:ASK.display",
"path": "Medication.ingredient.itemCodeableConcept.coding.display",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ASK.display",
"path": "Medication.ingredient.item[x].coding.display",
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:ATC-DE",
"path": "Medication.ingredient.itemCodeableConcept.coding",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ATC-DE",
"path": "Medication.ingredient.item[x].coding",
"sliceName": "ATC-DE",
"min": 0,
"max": "1",
Expand All @@ -411,25 +394,25 @@
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:ATC-DE.system",
"path": "Medication.ingredient.itemCodeableConcept.coding.system",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ATC-DE.system",
"path": "Medication.ingredient.item[x].coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:ATC-DE.code",
"path": "Medication.ingredient.itemCodeableConcept.coding.code",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ATC-DE.code",
"path": "Medication.ingredient.item[x].coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:ATC-DE.display",
"path": "Medication.ingredient.itemCodeableConcept.coding.display",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ATC-DE.display",
"path": "Medication.ingredient.item[x].coding.display",
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:PZN",
"path": "Medication.ingredient.itemCodeableConcept.coding",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:PZN",
"path": "Medication.ingredient.item[x].coding",
"sliceName": "PZN",
"min": 0,
"max": "1",
Expand All @@ -439,25 +422,25 @@
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:PZN.system",
"path": "Medication.ingredient.itemCodeableConcept.coding.system",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:PZN.system",
"path": "Medication.ingredient.item[x].coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:PZN.code",
"path": "Medication.ingredient.itemCodeableConcept.coding.code",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:PZN.code",
"path": "Medication.ingredient.item[x].coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:PZN.display",
"path": "Medication.ingredient.itemCodeableConcept.coding.display",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:PZN.display",
"path": "Medication.ingredient.item[x].coding.display",
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:WG14",
"path": "Medication.ingredient.itemCodeableConcept.coding",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:WG14",
"path": "Medication.ingredient.item[x].coding",
"sliceName": "WG14",
"min": 0,
"max": "1",
Expand All @@ -467,30 +450,31 @@
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:WG14.system",
"path": "Medication.ingredient.itemCodeableConcept.coding.system",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:WG14.system",
"path": "Medication.ingredient.item[x].coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:WG14.code",
"path": "Medication.ingredient.itemCodeableConcept.coding.code",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:WG14.code",
"path": "Medication.ingredient.item[x].coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.coding:WG14.display",
"path": "Medication.ingredient.itemCodeableConcept.coding.display",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:WG14.display",
"path": "Medication.ingredient.item[x].coding.display",
"mustSupport": true
},
{
"id": "Medication.ingredient.itemCodeableConcept.text",
"path": "Medication.ingredient.itemCodeableConcept.text",
"id": "Medication.ingredient.item[x]:itemCodeableConcept.text",
"path": "Medication.ingredient.item[x].text",
"mustSupport": true
},
{
"id": "Medication.ingredient.itemReference",
"path": "Medication.ingredient.itemReference",
"id": "Medication.ingredient.item[x]:itemReference",
"path": "Medication.ingredient.item[x]",
"sliceName": "itemReference",
"short": "Bestandteil (Referenz auf ein anderes Medikament)",
"min": 0,
"max": "1",
Expand All @@ -506,8 +490,8 @@
"mustSupport": true
},
{
"id": "Medication.ingredient.itemReference.reference",
"path": "Medication.ingredient.itemReference.reference",
"id": "Medication.ingredient.item[x]:itemReference.reference",
"path": "Medication.ingredient.item[x].reference",
"min": 1,
"mustSupport": true
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,47 +1,15 @@
{
"resourceType": "StructureDefinition",
"id": "ISiKMedikationTransaction",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
"valueString": "Foundation.Other"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
"valueCode": "not-classified"
}
],
"url": "https://gematik.de/fhir/isik/v2/Medikation/StructureDefinition/ISiKMedikationTransaction",
"version": "2.0.2",
"version": "2.0.3",
"name": "ISiKMedikationTransaction",
"status": "active",
"experimental": false,
"date": "2023-01-31",
"date": "2024-07-03",
"publisher": "gematik GmbH",
"description": "Dieses Profil definiert die Transaktions-Bundles im Rahmen von ISiK-Medikations-Szenarien.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "cda",
"uri": "http://hl7.org/v3/cda",
"name": "CDA (R2)"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Bundle",
Expand Down
Loading

0 comments on commit d1033a8

Please sign in to comment.