diff --git a/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransaction.json b/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransaction.json new file mode 100644 index 0000000..82dde09 --- /dev/null +++ b/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransaction.json @@ -0,0 +1,117 @@ +{ + "resourceType": "Bundle", + "id": "ExampleISiKMedikationTransaction", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransaction" + ] + }, + "type": "transaction", + "entry": [ + { + "fullUrl": "http://my.source.server.local/fhir/MedicationStatement/ExampleISiKMedikationsInformation1", + "resource": { + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformation1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "extension": [ + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKAcceptedRisk", + "valueString": "Erhöhtes Blutungsrisiko ist in diesem Fall vertretbar." + }, + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedikationsart", + "valueCoding": { + "code": "akut", + "system": "https://gematik.de/fhir/isik/CodeSystem/ISiKMedikationsartCS" + } + }, + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKSelbstmedikation", + "valueBoolean": true + }, + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKBehandlungsziel", + "valueString": "Schmerztherapie postoperativ" + } + ], + "status": "active", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament1" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectivePeriod": { + "start": "2021-07-01" + }, + "dateAsserted": "2021-07-01", + "reasonReference": [ + { + "reference": "Condition/BehandlungsDiagnoseFreitext" + } + ], + "dosage": [ + { + "timing": { + "repeat": { + "when": [ + "MORN", + "NOON", + "EVE" + ] + } + }, + "doseAndRate": [ + { + "doseQuantity": { + "value": 1, + "unit": "Brausetablette", + "system": "http://unitsofmeasure.org", + "code": "1" + } + } + ] + } + ] + }, + "request": { + "method": "POST", + "url": "http://my.target.fhir.server.local/MedicationStatement" + } + }, + { + "fullUrl": "http://my.source.server.local/fhir/Medication/ExampleISiKMedikament1", + "resource": { + "resourceType": "Medication", + "id": "ExampleISiKMedikament1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ] + }, + "code": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "V03AB23", + "display": "Acetylcystein" + } + ] + }, + "status": "active" + }, + "request": { + "method": "POST", + "url": "http://my.target.fhir.server.local/Medication" + } + } + ] +} diff --git a/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransactionResponse.json b/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransactionResponse.json new file mode 100644 index 0000000..6a068f3 --- /dev/null +++ b/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransactionResponse.json @@ -0,0 +1,117 @@ +{ + "resourceType": "Bundle", + "id": "ExampleISiKMedikationTransactionResponse", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransactionResponse" + ] + }, + "type": "transaction-response", + "entry": [ + { + "fullUrl": "http://my.target.fhir.server.local/MedicationStatement/ExampleISiKMedikationsInformation1", + "resource": { + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformation1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "extension": [ + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKAcceptedRisk", + "valueString": "Erhöhtes Blutungsrisiko ist in diesem Fall vertretbar." + }, + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedikationsart", + "valueCoding": { + "code": "akut", + "system": "https://gematik.de/fhir/isik/CodeSystem/ISiKMedikationsartCS" + } + }, + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKSelbstmedikation", + "valueBoolean": true + }, + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKBehandlungsziel", + "valueString": "Schmerztherapie postoperativ" + } + ], + "status": "active", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament1" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectivePeriod": { + "start": "2021-07-01" + }, + "dateAsserted": "2021-07-01", + "reasonReference": [ + { + "reference": "Condition/BehandlungsDiagnoseFreitext" + } + ], + "dosage": [ + { + "timing": { + "repeat": { + "when": [ + "MORN", + "NOON", + "EVE" + ] + } + }, + "doseAndRate": [ + { + "doseQuantity": { + "value": 1, + "unit": "Brausetablette", + "system": "http://unitsofmeasure.org", + "code": "1" + } + } + ] + } + ] + }, + "response": { + "status": "201", + "location": "http://my.fhir.server.local/MedicationStatement/ExampleISiKMedikationsInformation1" + } + }, + { + "fullUrl": "http://my.target.fhir.server.local/Medication/ExampleISiKMedikament1", + "resource": { + "resourceType": "Medication", + "id": "ExampleISiKMedikament1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ] + }, + "code": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "V03AB23", + "display": "Acetylcystein" + } + ] + }, + "status": "active" + }, + "response": { + "status": "201", + "location": "http://my.fhir.server.local/Medication/ExampleISiKMedikament1" + } + } + ] +} diff --git a/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementAMTS.json b/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementAMTS.json new file mode 100644 index 0000000..d210d53 --- /dev/null +++ b/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementAMTS.json @@ -0,0 +1,1766 @@ +{ + "resourceType": "CapabilityStatement", + "id": "ISiKCapabilityStatementAMTS", + "url": "https://gematik.de/fhir/isik/CapabilityStatement/ISiKCapabilityStatementMedikationAMTS", + "status": "draft", + "experimental": false, + "version": "4.0.0-rc", + "publisher": "gematik GmbH", + "date": "2024-04-04", + "implementationGuide": [ + "https://gematik.de/fhir/Medikation/ImplementationGuide/ISiK-Medikation" + ], + "name": "ISiKCapabilityStatementAMTS", + "title": "ISiK CapabilityStatement AMTS Server", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "https://www.gematik.de" + } + ] + } + ], + "description": "Das vorliegende CapabilityStatement beschreibt alle verpflichtenden Interaktionen die ein ISiK-konformes System unterstützen muss um das Bestätigungsverfahren des Moduls 'Medikation', Bereich 'AMTS' zu bestehen.", + "jurisdiction": [ + { + "coding": [ + { + "code": "DE", + "system": "urn:iso:std:iso:3166", + "display": "Germany" + } + ] + } + ], + "kind": "requirements", + "fhirVersion": "4.0.1", + "format": [ + "application/fhir+xml", + "application/fhir+json" + ], + "instantiates": [ + "https://gematik.de/fhir/isik/CapabilityStatement/ISiKCapabilityStatementMedikationAMTS" + ], + "rest": [ + { + "mode": "server", + "resource": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "RiskAssessment", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKAMTSBewertung" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "RiskAssessment:condition", + "RiskAssessment:encounter", + "RiskAssessment:patient" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "encounter", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-encounter", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "risk", + "definition": "http://hl7.org/fhir/SearchParameter/RiskAssessment-risk", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "MedicationStatement", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "MedicationStatement:medication", + "MedicationStatement:patient", + "MedicationStatement:context" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "context", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-context", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "effective", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-effective", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "medication", + "definition": "http://hl7.org/fhir/SearchParameter/medications-medication", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "part-of", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-part-of", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/medications-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "MedicationRequest", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerordnung" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "MedicationRequest:medication", + "MedicationRequest:patient", + "MedicationRequest:encounter", + "MedicationRequest:requester" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "authoredon", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/medications-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "encounter", + "definition": "http://hl7.org/fhir/SearchParameter/medications-encounter", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "intent", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intent", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "medication", + "definition": "http://hl7.org/fhir/SearchParameter/medications-medication", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "requester", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-requester", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/medications-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Medication", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "Medication:ingredient" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "form", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-form", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient-code", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "AllergyIntolerance", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKAllergieUnvertraeglichkeit" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "AllergyIntolerance:patient" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "clinical-status", + "definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "onset", + "definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-onset", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "category", + "definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "type", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-type", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Observation", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKAlkoholAbusus", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKRaucherStatus", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKSchwangerschaftsstatus", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKStillstatus", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchung", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungCRP", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungGFR", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungHb", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungPCT", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungSerumkreatinin", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungThrombozyten", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTroponin", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTSH", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergewicht", + "https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergroesse" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "Observation:encounter", + "Observation:patient" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "encounter", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-encounter", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Observation-status", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "value-concept", + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-concept", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "value-quantity", + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-quantity", + "type": "quantity" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "category", + "definition": "http://hl7.org/fhir/SearchParameter/Observation-category", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Patient", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "birthdate", + "definition": "http://hl7.org/fhir/SearchParameter/individual-birthdate", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-name", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-city", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-city", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-country", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-country", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-postalcode", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "active", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-active", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "telecom", + "definition": "http://hl7.org/fhir/SearchParameter/individual-telecom", + "type": "token" + } + ], + "searchRevInclude": [ + "Encounter:patient", + "Encounter:subject" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Encounter", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-status", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "class", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-class", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "type", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-type", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "subject", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-subject", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "account", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-account", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "location", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-location", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "service-provider", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + } + ], + "searchInclude": [ + "Encounter:patient", + "Encounter:subject", + "Encounter:part-of" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchRevInclude": [ + "Encounter:part-of" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Practitioner", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKPersonImGesundheitsberuf" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-name", + "type": "string" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Condition", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKDiagnose" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "clinical-status", + "definition": "http://hl7.org/fhir/SearchParameter/Condition-clinical-status", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "subject", + "definition": "http://hl7.org/fhir/SearchParameter/Condition-subject", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "encounter", + "definition": "http://hl7.org/fhir/SearchParameter/Condition-encounter", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "recorded-date", + "definition": "http://hl7.org/fhir/SearchParameter/Condition-recorded-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "related", + "definition": "http://fhir.de/SearchParameter/Condition-related", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "category", + "definition": "http://hl7.org/fhir/SearchParameter/Condition-category", + "type": "token" + } + ], + "searchInclude": [ + "Condition:patient", + "Condition:subject", + "Condition:encounter" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchRevInclude": [ + "Encounter:diagnosis" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + } + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "transaction", + "documentation": "Transaktions-Bundle gemäß Profil https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransaction - Transaktions-Antwort-Bundle gemäß Profil https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransactionResponse" + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationInformation.json b/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationInformation.json new file mode 100644 index 0000000..c656941 --- /dev/null +++ b/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationInformation.json @@ -0,0 +1,1069 @@ +{ + "resourceType": "CapabilityStatement", + "id": "ISiKCapabilityStatementMedikationInformation", + "url": "https://gematik.de/fhir/isik/CapabilityStatement/ISiKCapabilityStatementMedikationInformation", + "status": "draft", + "experimental": false, + "version": "4.0.0-rc", + "publisher": "gematik GmbH", + "date": "2024-04-04", + "implementationGuide": [ + "https://gematik.de/fhir/Medikation/ImplementationGuide/ISiK-Medikation" + ], + "name": "ISiKCapabilityStatementMedikationInformation", + "title": "ISiK CapabilityStatement Medikation Server - Medikationsinformation", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "https://www.gematik.de" + } + ] + } + ], + "description": "Das vorliegende CapabilityStatement beschreibt alle verpflichtenden Interaktionen die ein ISiK-konformes System unterstützen muss um das Bestätigungsverfahren des Moduls 'Medikation', Bereich 'Medikationsinformation' zu bestehen.", + "jurisdiction": [ + { + "coding": [ + { + "code": "DE", + "system": "urn:iso:std:iso:3166", + "display": "Germany" + } + ] + } + ], + "kind": "requirements", + "fhirVersion": "4.0.1", + "format": [ + "application/fhir+xml", + "application/fhir+json" + ], + "instantiates": [ + "https://gematik.de/fhir/isik/CapabilityStatement/ISiKCapabilityStatementMedikationInformation" + ], + "rest": [ + { + "mode": "server", + "resource": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "MedicationStatement", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "MedicationStatement:medication", + "MedicationStatement:patient", + "MedicationStatement:context" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "context", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-context", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "effective", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-effective", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "medication", + "definition": "http://hl7.org/fhir/SearchParameter/medications-medication", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "part-of", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-part-of", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/medications-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "List", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsListe" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "List:patient", + "List:encounter", + "List:item" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "encounter", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-encounter", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "item", + "definition": "http://hl7.org/fhir/SearchParameter/List-item", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/List-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Medication", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "Medication:ingredient" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "form", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-form", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient-code", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Patient", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "birthdate", + "definition": "http://hl7.org/fhir/SearchParameter/individual-birthdate", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-name", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-city", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-city", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-country", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-country", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-postalcode", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "active", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-active", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "telecom", + "definition": "http://hl7.org/fhir/SearchParameter/individual-telecom", + "type": "token" + } + ], + "searchRevInclude": [ + "Encounter:patient", + "Encounter:subject" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Encounter", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-status", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "class", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-class", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "type", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-type", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "subject", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-subject", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "account", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-account", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "location", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-location", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "service-provider", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + } + ], + "searchInclude": [ + "Encounter:patient", + "Encounter:subject", + "Encounter:part-of" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchRevInclude": [ + "Encounter:part-of" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Practitioner", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKPersonImGesundheitsberuf" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-name", + "type": "string" + } + ] + } + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "transaction", + "documentation": "Transaktions-Bundle gemäß Profil https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransaction - Transaktions-Antwort-Bundle gemäß Profil https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransactionResponse" + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerabreichung.json b/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerabreichung.json new file mode 100644 index 0000000..ee7b87d --- /dev/null +++ b/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerabreichung.json @@ -0,0 +1,918 @@ +{ + "resourceType": "CapabilityStatement", + "id": "ISiKCapabilityStatementMedikationVerabreichung", + "url": "https://gematik.de/fhir/isik/CapabilityStatement/ISiKCapabilityStatementMedikationVerabreichung", + "status": "draft", + "experimental": false, + "version": "4.0.0-rc", + "publisher": "gematik GmbH", + "date": "2024-04-04", + "implementationGuide": [ + "https://gematik.de/fhir/ISiK/ImplementationGuide/ISiK-Medikation" + ], + "name": "ISiKCapabilityStatementMedikationVerabreichung", + "title": "ISiK CapabilityStatement Medikation Server - Medikationsverabreichung", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "https://www.gematik.de" + } + ] + } + ], + "description": "Das vorliegende CapabilityStatement beschreibt alle verpflichtenden Interaktionen die ein ISiK-konformes System unterstützen muss um das Bestätigungsverfahren des Moduls 'Medikation', Bereich 'Medikationsverabreichung' zu bestehen.", + "jurisdiction": [ + { + "coding": [ + { + "code": "DE", + "system": "urn:iso:std:iso:3166", + "display": "Germany" + } + ] + } + ], + "kind": "requirements", + "fhirVersion": "4.0.1", + "format": [ + "application/fhir+xml", + "application/fhir+json" + ], + "instantiates": [ + "https://gematik.de/fhir/isik/CapabilityStatement/ISiKCapabilityStatementMedikationVerabreichung" + ], + "rest": [ + { + "mode": "server", + "resource": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "MedicationAdministration", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "MedicationAdministration:medication", + "MedicationAdministration:patient", + "MedicationAdministration:context", + "MedicationAdministration:performer" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "context", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-context", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "effective-time", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-effective-time", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "medication", + "definition": "http://hl7.org/fhir/SearchParameter/medications-medication", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "performer", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/medications-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Medication", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "Medication:ingredient" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "form", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-form", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient-code", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Patient", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "birthdate", + "definition": "http://hl7.org/fhir/SearchParameter/individual-birthdate", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-name", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-city", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-city", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-country", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-country", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-postalcode", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "active", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-active", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "telecom", + "definition": "http://hl7.org/fhir/SearchParameter/individual-telecom", + "type": "token" + } + ], + "searchRevInclude": [ + "Encounter:patient", + "Encounter:subject" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Encounter", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-status", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "class", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-class", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "type", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-type", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "subject", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-subject", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "account", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-account", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "location", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-location", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "service-provider", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + } + ], + "searchInclude": [ + "Encounter:patient", + "Encounter:subject", + "Encounter:part-of" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchRevInclude": [ + "Encounter:part-of" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Practitioner", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKPersonImGesundheitsberuf" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-name", + "type": "string" + } + ] + } + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "transaction", + "documentation": "Transaktions-Bundle gemäß Profil https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransaction - Transaktions-Antwort-Bundle gemäß Profil https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransactionResponse" + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerordnung.json b/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerordnung.json new file mode 100644 index 0000000..a7f140f --- /dev/null +++ b/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerordnung.json @@ -0,0 +1,940 @@ +{ + "resourceType": "CapabilityStatement", + "id": "ISiKCapabilityStatementMedikationVerordnung", + "url": "https://gematik.de/fhir/isik/CapabilityStatement/ISiKCapabilityStatementMedikationVerordnung", + "status": "draft", + "experimental": false, + "version": "4.0.0-rc", + "publisher": "gematik GmbH", + "date": "2024-04-04", + "implementationGuide": [ + "https://gematik.de/fhir/ISiK/ImplementationGuide/ISiK-Medikation" + ], + "name": "ISiKCapabilityStatementMedikationVerordnung", + "title": "ISiK CapabilityStatement Medikation Server - Medikationsverordnung", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "https://www.gematik.de" + } + ] + } + ], + "description": "Das vorliegende CapabilityStatement beschreibt alle verpflichtenden Interaktionen die ein ISiK-konformes System unterstützen muss um das Bestätigungsverfahren des Moduls 'Medikation', Bereich 'Medikationsverordnung' zu bestehen.", + "jurisdiction": [ + { + "coding": [ + { + "code": "DE", + "system": "urn:iso:std:iso:3166", + "display": "Germany" + } + ] + } + ], + "kind": "requirements", + "fhirVersion": "4.0.1", + "format": [ + "application/fhir+xml", + "application/fhir+json" + ], + "instantiates": [ + "https://gematik.de/fhir/isik/CapabilityStatement/ISiKCapabilityStatementMedikationVerordnung" + ], + "rest": [ + { + "mode": "server", + "resource": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "MedicationRequest", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerordnung" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "MedicationRequest:medication", + "MedicationRequest:patient", + "MedicationRequest:encounter", + "MedicationRequest:requester" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "authoredon", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/medications-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "encounter", + "definition": "http://hl7.org/fhir/SearchParameter/medications-encounter", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "intent", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intent", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "medication", + "definition": "http://hl7.org/fhir/SearchParameter/medications-medication", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "requester", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-requester", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/medications-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Medication", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "Medication:ingredient" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "form", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-form", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient-code", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Patient", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "birthdate", + "definition": "http://hl7.org/fhir/SearchParameter/individual-birthdate", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-name", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-city", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-city", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-country", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-country", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-postalcode", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "active", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-active", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "telecom", + "definition": "http://hl7.org/fhir/SearchParameter/individual-telecom", + "type": "token" + } + ], + "searchRevInclude": [ + "Encounter:patient", + "Encounter:subject" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Encounter", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-status", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "class", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-class", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "type", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-type", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "subject", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-subject", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "account", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-account", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "location", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-location", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "service-provider", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + } + ], + "searchInclude": [ + "Encounter:patient", + "Encounter:subject", + "Encounter:part-of" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchRevInclude": [ + "Encounter:part-of" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Practitioner", + "supportedProfile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKPersonImGesundheitsberuf" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-name", + "type": "string" + } + ] + } + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "transaction", + "documentation": "Transaktions-Bundle gemäß Profil https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransaction - Transaktions-Antwort-Bundle gemäß Profil https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransactionResponse" + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/CodeSystem-ISiKMedikationsartCS.json b/Resources/fsh-generated/resources/CodeSystem-ISiKMedikationsartCS.json new file mode 100644 index 0000000..c96e808 --- /dev/null +++ b/Resources/fsh-generated/resources/CodeSystem-ISiKMedikationsartCS.json @@ -0,0 +1,24 @@ +{ + "resourceType": "CodeSystem", + "status": "draft", + "content": "complete", + "name": "ISiKMedikationsart", + "id": "ISiKMedikationsartCS", + "description": "ISiK Therapiearten für Medikation", + "url": "https://gematik.de/fhir/isik/CodeSystem/ISiKMedikationsartCS", + "concept": [ + { + "code": "akut", + "display": "Akutmedikation" + }, + { + "code": "dauer", + "display": "Dauermedikation" + } + ], + "experimental": false, + "publisher": "gematik GmbH", + "version": "4.0.0-rc", + "date": "2024-04-04", + "count": 2 +} diff --git a/Resources/fsh-generated/resources/Encounter-Fachabteilungskontakt.json b/Resources/fsh-generated/resources/Encounter-Fachabteilungskontakt.json new file mode 100644 index 0000000..0448f3e --- /dev/null +++ b/Resources/fsh-generated/resources/Encounter-Fachabteilungskontakt.json @@ -0,0 +1,154 @@ +{ + "resourceType": "Encounter", + "id": "Fachabteilungskontakt", + "extension": [ + { + "url": "http://fhir.de/StructureDefinition/Aufnahmegrund", + "extension": [ + { + "url": "ErsteUndZweiteStelle", + "valueCoding": { + "code": "01", + "system": "http://fhir.de/CodeSystem/dkgev/AufnahmegrundErsteUndZweiteStelle", + "display": "Krankenhausbehandlung, vollstationär" + } + }, + { + "url": "DritteStelle", + "valueCoding": { + "code": "0", + "system": "http://fhir.de/CodeSystem/dkgev/AufnahmegrundDritteStelle", + "display": "Anderes" + } + }, + { + "url": "VierteStelle", + "valueCoding": { + "code": "1", + "system": "http://fhir.de/CodeSystem/dkgev/AufnahmegrundVierteStelle", + "display": "Normalfall" + } + } + ] + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "code": "VN", + "system": "http://terminology.hl7.org/CodeSystem/v2-0203" + } + ] + }, + "system": "https://test.krankenhaus.de/fhir/sid/fallnr", + "value": "0123456789" + } + ], + "status": "finished", + "class": { + "code": "IMP", + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + }, + "type": [ + { + "coding": [ + { + "code": "operation", + "system": "http://fhir.de/CodeSystem/kontaktart-de" + } + ] + }, + { + "coding": [ + { + "code": "abteilungskontakt", + "system": "http://fhir.de/CodeSystem/Kontaktebene" + } + ] + } + ], + "serviceType": { + "coding": [ + { + "code": "0100", + "system": "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel" + } + ] + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "period": { + "start": "2021-02-12", + "end": "2021-02-13" + }, + "account": [ + { + "reference": "AbrechnungsfallAmbulant" + } + ], + "hospitalization": { + "admitSource": { + "coding": [ + { + "code": "E", + "system": "http://fhir.de/CodeSystem/dgkev/Aufnahmeanlass" + } + ] + }, + "dischargeDisposition": { + "extension": [ + { + "url": "http://fhir.de/StructureDefinition/Entlassungsgrund", + "extension": [ + { + "url": "ErsteUndZweiteStelle", + "valueCoding": { + "code": "01", + "system": "http://fhir.de/CodeSystem/dkgev/EntlassungsgrundErsteUndZweiteStelle", + "display": "Behandlung regulär beendet" + } + }, + { + "url": "DritteStelle", + "valueCoding": { + "code": "1", + "system": "http://fhir.de/CodeSystem/dkgev/EntlassungsgrundDritteStelle", + "display": "arbeitsfähig entlassen" + } + } + ] + } + ] + } + }, + "location": [ + { + "physicalType": { + "coding": [ + { + "code": "bd", + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "display": "Bed" + } + ] + }, + "location": { + "identifier": { + "system": "https://test.krankenhaus.de/fhir/sid/locationid", + "value": "123" + }, + "display": "Bett 123" + } + } + ], + "serviceProvider": { + "identifier": { + "system": "https://test.krankenhaus.de/fhir/sid/fachabteilungsid", + "value": "XYZ" + }, + "display": "Fachabteilung XYZ" + } +} diff --git a/Resources/fsh-generated/resources/List-ExampleISiKMedikationsListe.json b/Resources/fsh-generated/resources/List-ExampleISiKMedikationsListe.json new file mode 100644 index 0000000..90927d0 --- /dev/null +++ b/Resources/fsh-generated/resources/List-ExampleISiKMedikationsListe.json @@ -0,0 +1,40 @@ +{ + "resourceType": "List", + "id": "ExampleISiKMedikationsListe", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsListe" + ] + }, + "code": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/list-example-use-codes", + "code": "medications" + } + ] + }, + "status": "current", + "mode": "working", + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "encounter": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "date": "2021-07-04", + "entry": [ + { + "date": "2021-07-01", + "item": { + "reference": "MedicationStatement/ExampleISiKMedikationsInformation1" + } + }, + { + "date": "2021-07-04", + "item": { + "reference": "MedicationStatement/ExampleISiKMedikationsInformation2" + } + } + ] +} diff --git a/Resources/fsh-generated/resources/List-ExampleISiKMedikationsListeParkinson.json b/Resources/fsh-generated/resources/List-ExampleISiKMedikationsListeParkinson.json new file mode 100644 index 0000000..397fe41 --- /dev/null +++ b/Resources/fsh-generated/resources/List-ExampleISiKMedikationsListeParkinson.json @@ -0,0 +1,58 @@ +{ + "resourceType": "List", + "id": "ExampleISiKMedikationsListeParkinson", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsListe" + ] + }, + "code": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/list-example-use-codes", + "code": "medications" + } + ] + }, + "status": "current", + "mode": "working", + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "encounter": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "date": "2024-02-20", + "entry": [ + { + "date": "2024-02-20", + "item": { + "reference": "MedicationStatement/ExampleISiKMedikationsInformationParkinson1" + } + }, + { + "date": "2024-02-20", + "item": { + "reference": "MedicationStatement/ExampleISiKMedikationsInformationParkinson2" + } + }, + { + "date": "2024-02-20", + "item": { + "reference": "MedicationStatement/ExampleISiKMedikationsInformationParkinson3" + } + }, + { + "date": "2024-02-20", + "item": { + "reference": "MedicationStatement/ExampleISiKMedikationsInformationParkinson4" + } + }, + { + "date": "2024-02-20", + "item": { + "reference": "MedicationStatement/ExampleISiKMedikationsInformationParkinson5" + } + } + ] +} diff --git a/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament1.json b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament1.json new file mode 100644 index 0000000..dd59ef1 --- /dev/null +++ b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament1.json @@ -0,0 +1,19 @@ +{ + "resourceType": "Medication", + "id": "ExampleISiKMedikament1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ] + }, + "code": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "V03AB23", + "display": "Acetylcystein" + } + ] + }, + "status": "active" +} diff --git a/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament2.json b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament2.json new file mode 100644 index 0000000..f24ec0c --- /dev/null +++ b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament2.json @@ -0,0 +1,65 @@ +{ + "resourceType": "Medication", + "id": "ExampleISiKMedikament2", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ] + }, + "ingredient": [ + { + "extension": [ + { + "url": "http://fhir.de/StructureDefinition/WirkstofftypEX", + "valueCoding": { + "system": "http://fhir.de/CodeSystem/WirkstofftypCS", + "code": "IN" + } + } + ], + "itemCodeableConcept": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "L01DB01", + "display": "Doxorubicin" + } + ] + }, + "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": { + "reference": "Medication/7f27cb8d-940b-43fd-ab8b-fee5b7a9b060" + }, + "isActive": true + } + ], + "code": { + "text": "Infusion bestehend aus 85mg Doxorubicin aufgelöst zur Verabreichung in 250ml 5-%iger (50 mg/ml) Glucose-Infusionslösung" + }, + "status": "active", + "form": { + "coding": [ + { + "system": "http://standardterms.edqm.eu", + "code": "11210000", + "display": "Solution for infusion" + } + ] + } +} diff --git a/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament3.json b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament3.json new file mode 100644 index 0000000..04b15c5 --- /dev/null +++ b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament3.json @@ -0,0 +1,19 @@ +{ + "resourceType": "Medication", + "id": "ExampleISiKMedikament3", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ] + }, + "code": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/ifa/pzn", + "code": "07265233", + "display": "Pantozol® 40 mg 98 St." + } + ] + }, + "status": "active" +} diff --git a/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament4.json b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament4.json new file mode 100644 index 0000000..fec7123 --- /dev/null +++ b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament4.json @@ -0,0 +1,67 @@ +{ + "resourceType": "Medication", + "id": "ExampleISiKMedikament4", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ] + }, + "status": "active", + "form": { + "text": "Tabletten" + }, + "ingredient": [ + { + "itemCodeableConcept": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/ifa/pzn", + "code": "00266040", + "display": "IBU-ratiopharm® 400 mg akut Schmerztabletten 20 St." + } + ] + }, + "isActive": true, + "strength": { + "numerator": { + "value": 400, + "unit": "mg", + "system": "http://unitsofmeasure.org", + "code": "mg" + }, + "denominator": { + "unit": "Tablette", + "value": 1, + "system": "http://snomed.info/sct", + "code": "732936001" + } + } + }, + { + "itemCodeableConcept": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/ifa/pzn", + "code": "01126111", + "display": "Paracetamol-ratiopharm® 500 mg 20 St." + } + ] + }, + "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" + } + } + } + ] +} diff --git a/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament5.json b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament5.json new file mode 100644 index 0000000..3f5f51a --- /dev/null +++ b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament5.json @@ -0,0 +1,67 @@ +{ + "resourceType": "Medication", + "id": "ExampleISiKMedikament5", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ] + }, + "status": "active", + "form": { + "text": "Tabletten" + }, + "ingredient": [ + { + "itemCodeableConcept": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "M02AA13", + "display": "Ibuprofen" + } + ] + }, + "isActive": true, + "strength": { + "numerator": { + "value": 400, + "unit": "mg", + "system": "http://unitsofmeasure.org", + "code": "mg" + }, + "denominator": { + "unit": "Tablette", + "value": 1, + "system": "http://snomed.info/sct", + "code": "732936001" + } + } + }, + { + "itemCodeableConcept": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "N02BE01", + "display": "Paracetamol" + } + ] + }, + "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" + } + } + } + ] +} diff --git a/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament6.json b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament6.json new file mode 100644 index 0000000..10f3f8d --- /dev/null +++ b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament6.json @@ -0,0 +1,13 @@ +{ + "resourceType": "Medication", + "id": "ExampleISiKMedikament6", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ] + }, + "code": { + "text": "Enoxaparin-Natrium 40 mg" + }, + "status": "active" +} diff --git a/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament7.json b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament7.json new file mode 100644 index 0000000..7cd8c80 --- /dev/null +++ b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament7.json @@ -0,0 +1,59 @@ +{ + "resourceType": "Medication", + "id": "ExampleISiKMedikament7", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ] + }, + "code": { + "text": "Paracetamol gelöst in Wasser" + }, + "status": "active", + "ingredient": [ + { + "itemCodeableConcept": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "N02BE01", + "display": "Paracetamol" + } + ] + }, + "isActive": true, + "strength": { + "numerator": { + "value": 500, + "unit": "mg", + "system": "http://unitsofmeasure.org", + "code": "mg" + }, + "denominator": { + "value": 1, + "system": "http://unitsofmeasure.org", + "code": "1" + } + } + }, + { + "itemCodeableConcept": { + "text": "Wasser" + }, + "isActive": false, + "strength": { + "numerator": { + "value": 1, + "unit": "Esslöffel", + "system": "http://unitsofmeasure.org", + "code": "1" + }, + "denominator": { + "value": 1, + "system": "http://unitsofmeasure.org", + "code": "1" + } + } + } + ] +} diff --git a/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament8.json b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament8.json new file mode 100644 index 0000000..714dedd --- /dev/null +++ b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament8.json @@ -0,0 +1,76 @@ +{ + "resourceType": "Medication", + "id": "ExampleISiKMedikament8", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ] + }, + "code": { + "text": "Infusion bestehend aus 80 mg/m² KOF Paclitaxel aufgelöst zur Verabreichung in 5-%iger (50 mg/ml) Glucose-Infusionslösung" + }, + "status": "active", + "form": { + "coding": [ + { + "system": "http://standardterms.edqm.eu", + "code": "11210000", + "display": "Solution for infusion" + } + ] + }, + "ingredient": [ + { + "itemCodeableConcept": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "L01CD01", + "display": "Paclitaxel" + } + ] + }, + "isActive": true, + "strength": { + "numerator": { + "value": 80, + "unit": "mg", + "system": "http://unitsofmeasure.org", + "code": "mg" + }, + "denominator": { + "value": 1, + "unit": "m² KOF", + "system": "http://unitsofmeasure.org", + "code": "m2" + } + } + }, + { + "itemCodeableConcept": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "B05BA11", + "display": "Glucose" + } + ] + }, + "isActive": false, + "strength": { + "numerator": { + "value": 50, + "unit": "mg", + "system": "http://unitsofmeasure.org", + "code": "mg" + }, + "denominator": { + "value": 1, + "unit": "Milliliter", + "system": "http://unitsofmeasure.org", + "code": "mL" + } + } + } + ] +} diff --git a/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament9.json b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament9.json new file mode 100644 index 0000000..f89de7b --- /dev/null +++ b/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament9.json @@ -0,0 +1,76 @@ +{ + "resourceType": "Medication", + "id": "ExampleISiKMedikament9", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + ] + }, + "code": { + "text": "Infusion bestehend aus 142 mg Paclitaxel aufgelöst zur Verabreichung in 500 ml 5-%iger (50 mg/ml) Glucose-Infusionslösung" + }, + "status": "active", + "form": { + "coding": [ + { + "system": "http://standardterms.edqm.eu", + "code": "11210000", + "display": "Solution for infusion" + } + ] + }, + "ingredient": [ + { + "itemCodeableConcept": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "L01CD01", + "display": "Paclitaxel" + } + ] + }, + "isActive": true, + "strength": { + "numerator": { + "value": 142, + "unit": "mg", + "system": "http://unitsofmeasure.org", + "code": "mg" + }, + "denominator": { + "value": 500, + "unit": "Milliliter", + "system": "http://unitsofmeasure.org", + "code": "mL" + } + } + }, + { + "itemCodeableConcept": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "B05BA11", + "display": "Glucose" + } + ] + }, + "isActive": false, + "strength": { + "numerator": { + "value": 50, + "unit": "mg", + "system": "http://unitsofmeasure.org", + "code": "mg" + }, + "denominator": { + "value": 1, + "unit": "Milliliter", + "system": "http://unitsofmeasure.org", + "code": "mL" + } + } + } + ] +} diff --git a/Resources/fsh-generated/resources/MedicationAdministration-ExampleISiKMedikationsVerabreichung.json b/Resources/fsh-generated/resources/MedicationAdministration-ExampleISiKMedikationsVerabreichung.json new file mode 100644 index 0000000..369b753 --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationAdministration-ExampleISiKMedikationsVerabreichung.json @@ -0,0 +1,28 @@ +{ + "resourceType": "MedicationAdministration", + "id": "ExampleISiKMedikationsVerabreichung", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung" + ] + }, + "status": "completed", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament1" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectiveDateTime": "2021-07-01", + "dosage": { + "dose": { + "value": 1, + "unit": "Tablette", + "system": "http://snomed.info/sct", + "code": "732936001" + } + } +} diff --git a/Resources/fsh-generated/resources/MedicationAdministration-ExampleISiKMedikationsVerabreichung2.json b/Resources/fsh-generated/resources/MedicationAdministration-ExampleISiKMedikationsVerabreichung2.json new file mode 100644 index 0000000..c118638 --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationAdministration-ExampleISiKMedikationsVerabreichung2.json @@ -0,0 +1,28 @@ +{ + "resourceType": "MedicationAdministration", + "id": "ExampleISiKMedikationsVerabreichung2", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung" + ] + }, + "status": "completed", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament9" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectiveDateTime": "2024-01-22", + "dosage": { + "dose": { + "value": 1, + "unit": "Beutel", + "system": "http://snomed.info/sct", + "code": "733013000" + } + } +} diff --git a/Resources/fsh-generated/resources/MedicationRequest-ExampleISiKMedikationsVerordnung.json b/Resources/fsh-generated/resources/MedicationRequest-ExampleISiKMedikationsVerordnung.json new file mode 100644 index 0000000..e03f0ad --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationRequest-ExampleISiKMedikationsVerordnung.json @@ -0,0 +1,69 @@ +{ + "resourceType": "MedicationRequest", + "id": "ExampleISiKMedikationsVerordnung", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerordnung" + ] + }, + "extension": [ + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKAcceptedRisk", + "valueString": "Erhöhtes Blutungsrisiko ist in diesem Fall vertretbar." + }, + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedikationsart", + "valueCoding": { + "code": "akut", + "system": "https://gematik.de/fhir/isik/CodeSystem/ISiKMedikationsartCS" + } + }, + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKBehandlungsziel", + "valueString": "Schmerztherapie postoperativ" + } + ], + "status": "active", + "intent": "order", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament1" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "encounter": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "authoredOn": "2021-07-01", + "requester": { + "reference": "Practitioner/PractitionerWalterArzt" + }, + "reasonReference": [ + { + "reference": "Condition/BehandlungsDiagnoseFreitext" + } + ], + "dosageInstruction": [ + { + "timing": { + "repeat": { + "when": [ + "MORN", + "NOON", + "EVE" + ] + } + }, + "doseAndRate": [ + { + "doseQuantity": { + "value": 1, + "unit": "Brausetablette", + "system": "http://snomed.info/sct", + "code": "732936001" + } + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/MedicationRequest-ExampleISiKMedikationsVerordnung2.json b/Resources/fsh-generated/resources/MedicationRequest-ExampleISiKMedikationsVerordnung2.json new file mode 100644 index 0000000..e4ffdc5 --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationRequest-ExampleISiKMedikationsVerordnung2.json @@ -0,0 +1,56 @@ +{ + "resourceType": "MedicationRequest", + "id": "ExampleISiKMedikationsVerordnung2", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerordnung" + ] + }, + "extension": [ + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedicationRequestReplaces", + "valueReference": { + "reference": "MedicationRequest/77777" + } + } + ], + "status": "active", + "intent": "order", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament8" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "encounter": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "authoredOn": "2024-01-17", + "requester": { + "reference": "Practitioner/PractitionerWalterArzt" + }, + "dosageInstruction": [ + { + "timing": { + "repeat": { + "count": 6, + "frequency": 1, + "duration": 6, + "durationUnit": "wk", + "period": 1, + "periodUnit": "wk" + } + }, + "doseAndRate": [ + { + "doseQuantity": { + "value": 500, + "unit": "ml Infusionslösung", + "system": "http://unitsofmeasure.org", + "code": "mL" + } + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation1.json b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation1.json new file mode 100644 index 0000000..1c64e37 --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation1.json @@ -0,0 +1,72 @@ +{ + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformation1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "extension": [ + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKAcceptedRisk", + "valueString": "Erhöhtes Blutungsrisiko ist in diesem Fall vertretbar." + }, + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedikationsart", + "valueCoding": { + "code": "akut", + "system": "https://gematik.de/fhir/isik/CodeSystem/ISiKMedikationsartCS" + } + }, + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKSelbstmedikation", + "valueBoolean": true + }, + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKBehandlungsziel", + "valueString": "Schmerztherapie postoperativ" + } + ], + "status": "active", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament1" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectivePeriod": { + "start": "2021-07-01" + }, + "dateAsserted": "2021-07-01", + "reasonReference": [ + { + "reference": "Condition/BehandlungsDiagnoseFreitext" + } + ], + "dosage": [ + { + "timing": { + "repeat": { + "when": [ + "MORN", + "NOON", + "EVE" + ] + } + }, + "doseAndRate": [ + { + "doseQuantity": { + "value": 1, + "unit": "Brausetablette", + "system": "http://unitsofmeasure.org", + "code": "1" + } + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation2.json b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation2.json new file mode 100644 index 0000000..e6559b3 --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation2.json @@ -0,0 +1,53 @@ +{ + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformation2", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "extension": [ + { + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedicationStatementReplaces", + "valueReference": { + "reference": "MedicationStatement/55555" + } + } + ], + "status": "active", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament2" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectivePeriod": { + "start": "2021-07-04" + }, + "dateAsserted": "2021-07-03", + "dosage": [ + { + "timing": { + "repeat": { + "count": 6, + "frequency": 1, + "period": 3, + "periodUnit": "wk" + } + }, + "doseAndRate": [ + { + "doseQuantity": { + "value": 100, + "unit": "mg", + "system": "http://unitsofmeasure.org", + "code": "mg" + } + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation3.json b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation3.json new file mode 100644 index 0000000..01d6385 --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation3.json @@ -0,0 +1,48 @@ +{ + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformation3", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "status": "active", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament8" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectivePeriod": { + "start": "2024-01-22", + "end": "2024-02-26" + }, + "dateAsserted": "2024-01-17", + "dosage": [ + { + "timing": { + "repeat": { + "count": 6, + "frequency": 1, + "duration": 6, + "durationUnit": "wk", + "period": 1, + "periodUnit": "wk" + } + }, + "doseAndRate": [ + { + "doseQuantity": { + "value": 500, + "unit": "ml Infusionslösung", + "system": "http://unitsofmeasure.org", + "code": "mL" + } + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation4.json b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation4.json new file mode 100644 index 0000000..ae04d1d --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation4.json @@ -0,0 +1,51 @@ +{ + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformation4", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "status": "active", + "medicationCodeableConcept": { + "coding": [ + { + "code": "10557318", + "system": "http://fhir.de/CodeSystem/ifa/pzn", + "display": "Sevelamercarbonat AL 800 mg" + } + ] + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectivePeriod": { + "start": "2024-01-22" + }, + "dateAsserted": "2024-02-16", + "dosage": [ + { + "timing": { + "repeat": { + "when": [ + "C" + ] + } + }, + "patientInstruction": "auch zu Zwischenmahlzeiten", + "doseAndRate": [ + { + "doseQuantity": { + "value": 1, + "unit": "Tabl.", + "system": "http://unitsofmeasure.org", + "code": "1" + } + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation5.json b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation5.json new file mode 100644 index 0000000..2bf540b --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation5.json @@ -0,0 +1,54 @@ +{ + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformation5", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "status": "active", + "medicationCodeableConcept": { + "coding": [ + { + "code": "07260796", + "system": "http://fhir.de/CodeSystem/ifa/pzn", + "display": "Vitamin-B12-ratiopharm® N Ampullen zur Injektion" + } + ] + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectivePeriod": { + "start": "2024-02-06" + }, + "dateAsserted": "2024-01-31", + "dosage": [ + { + "timing": { + "repeat": { + "frequency": 1, + "period": 3, + "periodUnit": "mo", + "dayOfWeek": [ + "tue" + ] + } + }, + "patientInstruction": "alle 3 Monate am 1. Dienstag", + "doseAndRate": [ + { + "doseQuantity": { + "value": 1, + "unit": "Tabl.", + "system": "http://unitsofmeasure.org", + "code": "1" + } + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation6.json b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation6.json new file mode 100644 index 0000000..767951c --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation6.json @@ -0,0 +1,46 @@ +{ + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformation6", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "status": "active", + "medicationCodeableConcept": { + "coding": [ + { + "code": "06922060", + "system": "http://fhir.de/CodeSystem/ifa/pzn", + "display": "Huminsulin® Normal KwikPen™" + } + ] + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectivePeriod": { + "start": "2024-02-20" + }, + "dateAsserted": "2024-02-20", + "reasonReference": [ + { + "reference": "Condition/DiagnoseDiabetesMellitus" + } + ], + "dosage": [ + { + "patientInstruction": "Dosierung nach BZ, gemäß Informationsblatt vom 20.02.2024", + "timing": { + "repeat": { + "timeOfDay": [ + "19:00:00" + ] + } + } + } + ] +} diff --git a/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson1.json b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson1.json new file mode 100644 index 0000000..e875441 --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson1.json @@ -0,0 +1,55 @@ +{ + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformationParkinson1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "status": "active", + "medicationCodeableConcept": { + "coding": [ + { + "code": "00003056", + "system": "http://fhir.de/CodeSystem/ifa/pzn", + "display": "Stalevo® 100 mg/25 mg/200 mg" + } + ] + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectivePeriod": { + "start": "2024-02-20" + }, + "dateAsserted": "2024-02-20", + "reasonReference": [ + { + "reference": "Condition/DiagnoseParkinson" + } + ], + "dosage": [ + { + "timing": { + "repeat": { + "timeOfDay": [ + "18:00:00" + ] + } + }, + "doseAndRate": [ + { + "doseQuantity": { + "value": 1, + "unit": "Tbl.", + "system": "http://unitsofmeasure.org", + "code": "1" + } + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson2.json b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson2.json new file mode 100644 index 0000000..8088e38 --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson2.json @@ -0,0 +1,55 @@ +{ + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformationParkinson2", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "status": "active", + "medicationCodeableConcept": { + "coding": [ + { + "code": "09339154", + "system": "http://fhir.de/CodeSystem/ifa/pzn", + "display": "Quetiapin HEXAL® 50 mg" + } + ] + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectivePeriod": { + "start": "2024-02-20" + }, + "dateAsserted": "2024-02-20", + "reasonReference": [ + { + "reference": "Condition/DiagnoseParkinson" + } + ], + "dosage": [ + { + "timing": { + "repeat": { + "timeOfDay": [ + "22:00:00" + ] + } + }, + "doseAndRate": [ + { + "doseQuantity": { + "value": 1, + "unit": "Tbl.", + "system": "http://unitsofmeasure.org", + "code": "1" + } + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson3.json b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson3.json new file mode 100644 index 0000000..dca3223 --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson3.json @@ -0,0 +1,55 @@ +{ + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformationParkinson3", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "status": "active", + "medicationCodeableConcept": { + "coding": [ + { + "code": "03395803", + "system": "http://fhir.de/CodeSystem/ifa/pzn", + "display": "Madopar® 125 mg" + } + ] + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectivePeriod": { + "start": "2024-02-20" + }, + "dateAsserted": "2024-02-20", + "reasonReference": [ + { + "reference": "Condition/DiagnoseParkinson" + } + ], + "dosage": [ + { + "timing": { + "repeat": { + "timeOfDay": [ + "18:00:00" + ] + } + }, + "doseAndRate": [ + { + "doseQuantity": { + "value": 1, + "unit": "FTbl.", + "system": "http://unitsofmeasure.org", + "code": "1" + } + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson4.json b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson4.json new file mode 100644 index 0000000..c733adb --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson4.json @@ -0,0 +1,55 @@ +{ + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformationParkinson4", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "status": "active", + "medicationCodeableConcept": { + "coding": [ + { + "code": "11119856", + "system": "http://fhir.de/CodeSystem/ifa/pzn", + "display": "Entacapon HEC 200 mg" + } + ] + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectivePeriod": { + "start": "2024-02-20" + }, + "dateAsserted": "2024-02-20", + "reasonReference": [ + { + "reference": "Condition/DiagnoseParkinson" + } + ], + "dosage": [ + { + "timing": { + "repeat": { + "timeOfDay": [ + "22:00:00" + ] + } + }, + "doseAndRate": [ + { + "doseQuantity": { + "value": 1, + "unit": "Tbl.", + "system": "http://unitsofmeasure.org", + "code": "1" + } + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson5.json b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson5.json new file mode 100644 index 0000000..c427ab6 --- /dev/null +++ b/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformationParkinson5.json @@ -0,0 +1,55 @@ +{ + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformationParkinson5", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "status": "active", + "medicationCodeableConcept": { + "coding": [ + { + "code": "04855419", + "system": "http://fhir.de/CodeSystem/ifa/pzn", + "display": "LevoCarb 200/50 ret - 1 A Pharma®" + } + ] + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "effectivePeriod": { + "start": "2024-02-20" + }, + "dateAsserted": "2024-02-20", + "reasonReference": [ + { + "reference": "Condition/DiagnoseParkinson" + } + ], + "dosage": [ + { + "timing": { + "repeat": { + "timeOfDay": [ + "22:00:00" + ] + } + }, + "doseAndRate": [ + { + "doseQuantity": { + "value": 1, + "unit": "Tbl.", + "system": "http://unitsofmeasure.org", + "code": "1" + } + } + ] + } + ] +} diff --git a/Resources/fsh-generated/resources/Patient-PatientinMusterfrau.json b/Resources/fsh-generated/resources/Patient-PatientinMusterfrau.json new file mode 100644 index 0000000..1ccc064 --- /dev/null +++ b/Resources/fsh-generated/resources/Patient-PatientinMusterfrau.json @@ -0,0 +1,151 @@ +{ + "resourceType": "Patient", + "id": "PatientinMusterfrau", + "identifier": [ + { + "type": { + "coding": [ + { + "code": "GKV", + "system": "http://fhir.de/CodeSystem/identifier-type-de-basis" + } + ] + }, + "system": "http://fhir.de/sid/gkv/kvid-10", + "value": "A123456789" + }, + { + "type": { + "coding": [ + { + "code": "MR", + "system": "http://terminology.hl7.org/CodeSystem/v2-0203" + } + ] + }, + "system": "https://fhir.krankenhaus.example/NamingSystem/PID", + "value": "TestPID" + }, + { + "use": "secondary", + "type": { + "coding": [ + { + "code": "PKV", + "system": "http://fhir.de/CodeSystem/identifier-type-de-basis" + } + ] + }, + "value": "1234567890", + "assigner": { + "display": "Test PKV AG" + } + } + ], + "active": true, + "name": [ + { + "use": "official", + "family": "Fürstin von Musterfrau", + "_family": { + "extension": [ + { + "url": "http://fhir.de/StructureDefinition/humanname-namenszusatz", + "valueString": "Graf" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Musterfrau" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "von" + } + ] + }, + "given": [ + "Erika" + ], + "prefix": [ + "Dr." + ], + "_prefix": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier", + "valueCode": "AC" + } + ] + } + ] + }, + { + "use": "maiden", + "family": "Gabler", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Gabler" + } + ] + } + } + ], + "gender": "female", + "birthDate": "1964-08-12", + "address": [ + { + "type": "both", + "line": [ + "Musterweg 2", + "3. Etage" + ], + "_line": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName", + "valueString": "Musterweg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber", + "valueString": "2" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator", + "valueString": "3. Etage" + } + ] + } + ], + "city": "Musterhausen", + "postalCode": "98764", + "country": "DE" + }, + { + "type": "postal", + "line": [ + "Postfach 8 15" + ], + "_line": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox", + "valueString": "Postfach 8 15" + } + ] + } + ], + "city": "Musterhausen", + "postalCode": "98764", + "country": "DE" + } + ] +} diff --git a/Resources/fsh-generated/resources/RiskAssessment-ExampleISiKAMTSBewertung1.json b/Resources/fsh-generated/resources/RiskAssessment-ExampleISiKAMTSBewertung1.json new file mode 100644 index 0000000..a681c16 --- /dev/null +++ b/Resources/fsh-generated/resources/RiskAssessment-ExampleISiKAMTSBewertung1.json @@ -0,0 +1,54 @@ +{ + "resourceType": "RiskAssessment", + "id": "ExampleISiKAMTSBewertung1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKAMTSBewertung" + ] + }, + "status": "final", + "code": { + "text": "AMTS Risikobewertung" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "encounter": { + "reference": "Encounter/Fachabteilungskontakt" + }, + "occurrenceDateTime": "2024-02-20T13:14:32+01:00", + "condition": { + "reference": "Condition/BehandlungsDiagnoseFreitext" + }, + "reasonReference": [ + { + "reference": "DocumentReference/AnamnesebogenScan123456" + } + ], + "basis": [ + { + "reference": "Observation/Koerpergewicht7777" + } + ], + "prediction": [ + { + "outcome": { + "text": "Niereninsuffizienz" + }, + "qualitativeRisk": { + "coding": [ + { + "code": "high", + "system": "http://terminology.hl7.org/CodeSystem/risk-probability" + } + ] + } + } + ], + "mitigation": "Substitution der Stalevo Dauermedikation", + "note": [ + { + "text": "Abklärung in der Frühbesprechung am 21.02.2024" + } + ] +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKAcceptedRisk.json b/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKAcceptedRisk.json new file mode 100644 index 0000000..8024f9c --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKAcceptedRisk.json @@ -0,0 +1,57 @@ +{ + "resourceType": "StructureDefinition", + "id": "ExtensionISiKAcceptedRisk", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKAcceptedRisk", + "version": "4.0.0-rc", + "name": "ExtensionISiKAcceptedRisk", + "title": "ISiKAcceptedRisk", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Extension zur Dokumentation eines im Rahmen der AMTS bewusst eingegangenen Risikos. In diesem Freitext kann die Begründung und ggf. zu treffende besondere Maßnahmen dokumentiert werden.", + "fhirVersion": "4.0.1", + "kind": "complex-type", + "abstract": false, + "context": [ + { + "type": "element", + "expression": "RiskAssessment" + }, + { + "type": "element", + "expression": "MedicationStatement" + }, + { + "type": "element", + "expression": "MedicationRequest" + } + ], + "type": "Extension", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Extension.extension", + "path": "Extension.extension", + "max": "0" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKAcceptedRisk" + }, + { + "id": "Extension.value[x]", + "path": "Extension.value[x]", + "min": 1, + "type": [ + { + "code": "string" + } + ] + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKBehandlungsziel.json b/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKBehandlungsziel.json new file mode 100644 index 0000000..baef9e2 --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKBehandlungsziel.json @@ -0,0 +1,53 @@ +{ + "resourceType": "StructureDefinition", + "id": "ExtensionISiKBehandlungsziel", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKBehandlungsziel", + "version": "4.0.0-rc", + "name": "ExtensionISiKBehandlungsziel", + "title": "ISiKBehandlungsziel", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Extension zur freitextlichen Angabe des Behandlungsziels.", + "fhirVersion": "4.0.1", + "kind": "complex-type", + "abstract": false, + "context": [ + { + "type": "element", + "expression": "MedicationStatement" + }, + { + "type": "element", + "expression": "MedicationRequest" + } + ], + "type": "Extension", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Extension.extension", + "path": "Extension.extension", + "max": "0" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKBehandlungsziel" + }, + { + "id": "Extension.value[x]", + "path": "Extension.value[x]", + "min": 1, + "type": [ + { + "code": "string" + } + ] + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKMedicationRequestReplaces.json b/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKMedicationRequestReplaces.json new file mode 100644 index 0000000..e480855 --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKMedicationRequestReplaces.json @@ -0,0 +1,57 @@ +{ + "resourceType": "StructureDefinition", + "id": "ExtensionISiKMedicationRequestReplaces", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedicationRequestReplaces", + "version": "4.0.0-rc", + "name": "ExtensionISiKMedicationRequestReplaces", + "title": "ISiKMedicationRequestReplaces", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Welche Medikationsverordnung wird ersetzt?", + "fhirVersion": "4.0.1", + "kind": "complex-type", + "abstract": false, + "context": [ + { + "type": "element", + "expression": "MedicationRequest" + } + ], + "type": "Extension", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Extension.extension", + "path": "Extension.extension", + "max": "0" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedicationRequestReplaces" + }, + { + "id": "Extension.value[x]", + "path": "Extension.value[x]", + "min": 1, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + } + ] + }, + { + "id": "Extension.value[x].reference", + "path": "Extension.value[x].reference", + "min": 1 + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKMedicationStatementReplaces.json b/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKMedicationStatementReplaces.json new file mode 100644 index 0000000..51d6c9e --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKMedicationStatementReplaces.json @@ -0,0 +1,57 @@ +{ + "resourceType": "StructureDefinition", + "id": "ExtensionISiKMedicationStatementReplaces", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedicationStatementReplaces", + "version": "4.0.0-rc", + "name": "ExtensionISiKMedicationStatementReplaces", + "title": "ISiKMedicationStatementReplaces", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Welche Medikationsinformation wird ersetzt?", + "fhirVersion": "4.0.1", + "kind": "complex-type", + "abstract": false, + "context": [ + { + "type": "element", + "expression": "MedicationStatement" + } + ], + "type": "Extension", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Extension.extension", + "path": "Extension.extension", + "max": "0" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedicationStatementReplaces" + }, + { + "id": "Extension.value[x]", + "path": "Extension.value[x]", + "min": 1, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationStatement" + ] + } + ] + }, + { + "id": "Extension.value[x].reference", + "path": "Extension.value[x].reference", + "min": 1 + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKMedikationsart.json b/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKMedikationsart.json new file mode 100644 index 0000000..6ee36e0 --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKMedikationsart.json @@ -0,0 +1,67 @@ +{ + "resourceType": "StructureDefinition", + "id": "ExtensionISiKMedikationsart", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedikationsart", + "version": "4.0.0-rc", + "name": "ExtensionISiKMedikationsart", + "title": "ISiKMedikationsart", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Extension zur Dokumentation der Therapieart einer Medikation (Akut- oder Dauermedikation).", + "fhirVersion": "4.0.1", + "kind": "complex-type", + "abstract": false, + "context": [ + { + "type": "element", + "expression": "MedicationStatement" + }, + { + "type": "element", + "expression": "MedicationRequest" + } + ], + "type": "Extension", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Extension.extension", + "path": "Extension.extension", + "max": "0" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedikationsart" + }, + { + "id": "Extension.value[x]", + "path": "Extension.value[x]", + "min": 1, + "type": [ + { + "code": "Coding" + } + ], + "binding": { + "strength": "required", + "valueSet": "https://gematik.de/fhir/isik/ValueSet/ISiKMedikationsartVS" + } + }, + { + "id": "Extension.value[x].system", + "path": "Extension.value[x].system", + "min": 1 + }, + { + "id": "Extension.value[x].code", + "path": "Extension.value[x].code", + "min": 1 + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKSelbstmedikation.json b/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKSelbstmedikation.json new file mode 100644 index 0000000..dd0478d --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKSelbstmedikation.json @@ -0,0 +1,49 @@ +{ + "resourceType": "StructureDefinition", + "id": "ExtensionISiKSelbstmedikation", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKSelbstmedikation", + "version": "4.0.0-rc", + "name": "ExtensionISiKSelbstmedikation", + "title": "ISiKSelbstmedikation", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Extension zur Angabe, ob es sich bei der Medikation um eine Selbstmedikation handelt.", + "fhirVersion": "4.0.1", + "kind": "complex-type", + "abstract": false, + "context": [ + { + "type": "element", + "expression": "MedicationStatement" + } + ], + "type": "Extension", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Extension.extension", + "path": "Extension.extension", + "max": "0" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKSelbstmedikation" + }, + { + "id": "Extension.value[x]", + "path": "Extension.value[x]", + "min": 1, + "type": [ + { + "code": "boolean" + } + ] + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKAMTSBewertung.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKAMTSBewertung.json new file mode 100644 index 0000000..ec1c659 --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKAMTSBewertung.json @@ -0,0 +1,313 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKAMTSBewertung", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKAMTSBewertung", + "version": "4.0.0-rc", + "name": "ISiKAMTSBewertung", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Dieses Profil ermöglicht die Abbildung von Informationen zur Risikobeurteilung im Rahmen der Arzneimitteltherapiesicherheit (AMTS).", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "RiskAssessment", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RiskAssessment", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "RiskAssessment.extension", + "path": "RiskAssessment.extension", + "short": "akzeptiertes (in Kauf genommenes) Risiko", + "comment": "Hier kann die Begründung und ggf. erforderliche Begleitmaßnahmen für ein in Kauf genommenes Risiko dokumentiert werden.", + "mustSupport": true + }, + { + "id": "RiskAssessment.extension:acceptedRisk", + "path": "RiskAssessment.extension", + "sliceName": "acceptedRisk", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKAcceptedRisk" + ] + } + ], + "mustSupport": true + }, + { + "id": "RiskAssessment.status", + "path": "RiskAssessment.status", + "mustSupport": true + }, + { + "id": "RiskAssessment.code", + "path": "RiskAssessment.code", + "short": "Art der Risikobeurteilung", + "mustSupport": true + }, + { + "id": "RiskAssessment.code.coding", + "path": "RiskAssessment.code.coding", + "mustSupport": true + }, + { + "id": "RiskAssessment.code.coding.system", + "path": "RiskAssessment.code.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "RiskAssessment.code.coding.code", + "path": "RiskAssessment.code.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "RiskAssessment.code.coding.display", + "path": "RiskAssessment.code.coding.display", + "mustSupport": true + }, + { + "id": "RiskAssessment.code.text", + "path": "RiskAssessment.code.text", + "mustSupport": true + }, + { + "id": "RiskAssessment.subject", + "path": "RiskAssessment.subject", + "short": "Referenz auf den Patienten", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": true + }, + { + "id": "RiskAssessment.subject.reference", + "path": "RiskAssessment.subject.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "RiskAssessment.encounter", + "path": "RiskAssessment.encounter", + "short": "Referenz auf den Abteilungskontakt", + "mustSupport": true + }, + { + "id": "RiskAssessment.encounter.reference", + "path": "RiskAssessment.encounter.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "RiskAssessment.occurrence[x]", + "path": "RiskAssessment.occurrence[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + }, + "short": "Zeitpunkt oder Zeitraum der Beurteilung", + "mustSupport": true + }, + { + "id": "RiskAssessment.occurrence[x]:occurrenceDateTime", + "path": "RiskAssessment.occurrence[x]", + "sliceName": "occurrenceDateTime", + "min": 0, + "max": "1", + "type": [ + { + "code": "dateTime" + } + ], + "mustSupport": true + }, + { + "id": "RiskAssessment.occurrence[x]:occurrencePeriod", + "path": "RiskAssessment.occurrence[x]", + "sliceName": "occurrencePeriod", + "min": 0, + "max": "1", + "type": [ + { + "code": "Period" + } + ], + "mustSupport": true + }, + { + "id": "RiskAssessment.condition", + "path": "RiskAssessment.condition", + "short": "Bezugsdiagnose (Referenz)", + "mustSupport": true + }, + { + "id": "RiskAssessment.condition.reference", + "path": "RiskAssessment.condition.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "RiskAssessment.reasonCode", + "path": "RiskAssessment.reasonCode", + "short": "Grund der Risikobewertung (codiert)", + "mustSupport": true + }, + { + "id": "RiskAssessment.reasonCode.coding", + "path": "RiskAssessment.reasonCode.coding", + "mustSupport": true + }, + { + "id": "RiskAssessment.reasonCode.coding.system", + "path": "RiskAssessment.reasonCode.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "RiskAssessment.reasonCode.coding.code", + "path": "RiskAssessment.reasonCode.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "RiskAssessment.reasonCode.coding.display", + "path": "RiskAssessment.reasonCode.coding.display", + "mustSupport": true + }, + { + "id": "RiskAssessment.reasonCode.text", + "path": "RiskAssessment.reasonCode.text", + "mustSupport": true + }, + { + "id": "RiskAssessment.reasonReference", + "path": "RiskAssessment.reasonReference", + "short": "Grund der Risikobewertung (Referenz)", + "mustSupport": true + }, + { + "id": "RiskAssessment.reasonReference.reference", + "path": "RiskAssessment.reasonReference.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "RiskAssessment.basis", + "path": "RiskAssessment.basis", + "short": "Entscheidungsgrundlagen der Risikobewertung (Referenz)", + "mustSupport": true + }, + { + "id": "RiskAssessment.basis.reference", + "path": "RiskAssessment.basis.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "RiskAssessment.prediction", + "path": "RiskAssessment.prediction", + "mustSupport": true + }, + { + "id": "RiskAssessment.prediction.outcome", + "path": "RiskAssessment.prediction.outcome", + "short": "Mögliches Outcome für den Patienten", + "mustSupport": true + }, + { + "id": "RiskAssessment.prediction.outcome.coding", + "path": "RiskAssessment.prediction.outcome.coding", + "mustSupport": true + }, + { + "id": "RiskAssessment.prediction.outcome.coding.system", + "path": "RiskAssessment.prediction.outcome.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "RiskAssessment.prediction.outcome.coding.code", + "path": "RiskAssessment.prediction.outcome.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "RiskAssessment.prediction.outcome.coding.display", + "path": "RiskAssessment.prediction.outcome.coding.display", + "mustSupport": true + }, + { + "id": "RiskAssessment.prediction.outcome.text", + "path": "RiskAssessment.prediction.outcome.text", + "mustSupport": true + }, + { + "id": "RiskAssessment.prediction.qualitativeRisk", + "path": "RiskAssessment.prediction.qualitativeRisk", + "short": "Risikowahrscheinlichkeit (qualitativ, codiert)", + "mustSupport": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/risk-probability" + } + }, + { + "id": "RiskAssessment.prediction.qualitativeRisk.coding", + "path": "RiskAssessment.prediction.qualitativeRisk.coding", + "mustSupport": true + }, + { + "id": "RiskAssessment.prediction.qualitativeRisk.coding.system", + "path": "RiskAssessment.prediction.qualitativeRisk.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "RiskAssessment.prediction.qualitativeRisk.coding.code", + "path": "RiskAssessment.prediction.qualitativeRisk.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "RiskAssessment.prediction.qualitativeRisk.coding.display", + "path": "RiskAssessment.prediction.qualitativeRisk.coding.display", + "mustSupport": true + }, + { + "id": "RiskAssessment.prediction.qualitativeRisk.text", + "path": "RiskAssessment.prediction.qualitativeRisk.text", + "mustSupport": true + }, + { + "id": "RiskAssessment.mitigation", + "path": "RiskAssessment.mitigation", + "short": "Hinweis zur Risikovermeidung", + "mustSupport": true + }, + { + "id": "RiskAssessment.note", + "path": "RiskAssessment.note", + "short": "Anmerkung zur Risikobewertung", + "mustSupport": true + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikament.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikament.json new file mode 100644 index 0000000..6787d3c --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikament.json @@ -0,0 +1,439 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikament", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament", + "version": "4.0.0-rc", + "name": "ISiKMedikament", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Dieses Profil ermöglicht die Abbildung von patientenunabhängigen Informationen zu Medikamenten in ISiK Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "Medication", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Medication", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Medication", + "path": "Medication", + "constraint": [ + { + "key": "isik-med-1", + "severity": "error", + "human": "Medikamenten-Code, -Bezeichnung oder Inhaltsstoffe müssen angegeben werden.", + "expression": "code.exists() or ingredient.exists()", + "source": "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" + } + ] + }, + { + "id": "Medication.code", + "path": "Medication.code", + "short": "Medikament in codierter Form oder ggf. als Freitext", + "mustSupport": true + }, + { + "id": "Medication.code.coding", + "path": "Medication.code.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "Medication.code.coding:PZN", + "path": "Medication.code.coding", + "sliceName": "PZN", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKPZNCoding" + ] + } + ], + "patternCoding": { + "system": "http://fhir.de/CodeSystem/ifa/pzn" + }, + "mustSupport": true + }, + { + "id": "Medication.code.coding:ATC-DE", + "path": "Medication.code.coding", + "sliceName": "ATC-DE", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKATCCoding" + ] + } + ], + "patternCoding": { + "system": "http://fhir.de/CodeSystem/bfarm/atc" + }, + "mustSupport": true + }, + { + "id": "Medication.code.coding:SCT", + "path": "Medication.code.coding", + "sliceName": "SCT", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKSnomedCTCoding" + ] + } + ], + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true + }, + { + "id": "Medication.code.text", + "path": "Medication.code.text", + "mustSupport": true + }, + { + "id": "Medication.status", + "path": "Medication.status", + "short": "Status der Medikamenteninformation", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.manufacturer", + "path": "Medication.manufacturer", + "short": "Hersteller des Medikaments", + "comment": "Hier kann der tatsächliche Hersteller des Medikaments benannt werden, vornehmlich im Fall von Wirkstoffmischungen (Rezepturen), beispielsweise die Krankenhausapotheke. Zu beachten ist, dass die zulassende Organisation, wie sie z.B. in den Daten zur PZN benannt ist, nicht als Hersteller gilt.", + "mustSupport": true + }, + { + "id": "Medication.manufacturer.display", + "path": "Medication.manufacturer.display", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.form", + "path": "Medication.form", + "short": "Abgabeform", + "mustSupport": true + }, + { + "id": "Medication.form.coding", + "path": "Medication.form.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "Medication.form.coding:EDQM", + "path": "Medication.form.coding", + "sliceName": "EDQM", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKCoding" + ] + } + ], + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/medicine-doseform" + } + }, + { + "id": "Medication.amount", + "path": "Medication.amount", + "short": "Menge", + "mustSupport": true + }, + { + "id": "Medication.amount.numerator", + "path": "Medication.amount.numerator", + "min": 1, + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "Medication.amount.denominator", + "path": "Medication.amount.denominator", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "Medication.ingredient", + "path": "Medication.ingredient", + "short": "Informationen zu Bestandteilen (Rezeptur)", + "mustSupport": true + }, + { + "id": "Medication.ingredient.extension", + "path": "Medication.ingredient.extension", + "short": "Wirkstofftyp", + "comment": "Handelt es sich um eine Angabe zum Wirkstoff oder zum exakter Inhaltsstoff (z.B. Salze)?", + "mustSupport": true + }, + { + "id": "Medication.ingredient.extension:wirkstofftyp", + "path": "Medication.ingredient.extension", + "sliceName": "wirkstofftyp", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "http://fhir.de/StructureDefinition/WirkstofftypEX" + ] + } + ], + "mustSupport": true + }, + { + "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", + "type": [ + { + "code": "CodeableConcept" + } + ], + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding", + "path": "Medication.ingredient.item[x].coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ASK", + "path": "Medication.ingredient.item[x].coding", + "sliceName": "ASK", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKASKCoding" + ] + } + ], + "patternCoding": { + "system": "http://fhir.de/CodeSystem/ask" + }, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ATC-DE", + "path": "Medication.ingredient.item[x].coding", + "sliceName": "ATC-DE", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKATCCoding" + ] + } + ], + "patternCoding": { + "system": "http://fhir.de/CodeSystem/bfarm/atc" + }, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:PZN", + "path": "Medication.ingredient.item[x].coding", + "sliceName": "PZN", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKPZNCoding" + ] + } + ], + "patternCoding": { + "system": "http://fhir.de/CodeSystem/ifa/pzn" + }, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:SCT", + "path": "Medication.ingredient.item[x].coding", + "sliceName": "SCT", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKSnomedCTCoding" + ] + } + ], + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.text", + "path": "Medication.ingredient.item[x].text", + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemReference", + "path": "Medication.ingredient.item[x]", + "sliceName": "itemReference", + "short": "Bestandteil (Referenz auf ein anderes Medikament)", + "min": 0, + "max": "1", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemReference.reference", + "path": "Medication.ingredient.item[x].reference", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.isActive", + "path": "Medication.ingredient.isActive", + "short": "handelt es sich um einen aktiven Bestandteil?", + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength", + "path": "Medication.ingredient.strength", + "short": "Stärke", + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength.numerator", + "path": "Medication.ingredient.strength.numerator", + "min": 1, + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength.denominator", + "path": "Medication.ingredient.strength.denominator", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "Medication.batch", + "path": "Medication.batch", + "short": "Angaben zur Charge", + "comment": "Bitte beachten Sie gegebenenfalls die Regelungen der zwischen GKV-SV und DAV: https://www.gkv-datenaustausch.de/leistungserbringer/apotheken/apotheken.jsp . Insbesondere den Technischen Anhang 7 (TA7) zur Arzneimittelabrechnungsvereinbarung gemäß § 300 Absatz 3 SGB V in der aktuellsten Fassung.", + "mustSupport": true + }, + { + "id": "Medication.batch.lotNumber", + "path": "Medication.batch.lotNumber", + "short": "Chargennummer", + "comment": "Gemäß Anlage 1 der TA7 kann hier übergangsweise bis zum 30. Juni 2025 eine Musterchargennummer (\"STELLEN\") eingetragen werden. Wenn die Übermittlung der Chargenbezeichnung beim Stellen von Arzneimitteln technisch nicht möglich ist, z.B. beim Verblistern, wird von der Verpflichtung zur Chargendokumentation abgesehen. Dementsprechend kann anstatt der tatsächlichen Chargenbezeichnungen \"STELLEN\" in das hierbeschirebene Datenfeld eingetragen werden.", + "mustSupport": true + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransaction.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransaction.json new file mode 100644 index 0000000..d1b2224 --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransaction.json @@ -0,0 +1,84 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikationTransaction", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransaction", + "version": "4.0.0-rc", + "name": "ISiKMedikationTransaction", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Dieses Profil definiert die Transaktions-Bundles im Rahmen von ISiK-Medikations-Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "Bundle", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Bundle.type", + "path": "Bundle.type", + "short": "Type des Bundles", + "comment": "fix: transaction", + "fixedCode": "transaction", + "mustSupport": true + }, + { + "id": "Bundle.entry", + "path": "Bundle.entry", + "short": "Der einzelne Eintrag zur Interaktion", + "min": 1, + "mustSupport": true + }, + { + "id": "Bundle.entry.link", + "path": "Bundle.entry.link", + "max": "0" + }, + { + "id": "Bundle.entry.fullUrl", + "path": "Bundle.entry.fullUrl", + "short": "vollständige URL der Ressource", + "comment": "auch die Verwendung von UUIDs in der Form ';urn:uuid:.....' ist möglich.", + "mustSupport": true + }, + { + "id": "Bundle.entry.resource", + "path": "Bundle.entry.resource", + "short": "Die Ressourcen-Instanz der Interaktion", + "mustSupport": true + }, + { + "id": "Bundle.entry.search", + "path": "Bundle.entry.search", + "max": "0" + }, + { + "id": "Bundle.entry.request", + "path": "Bundle.entry.request", + "short": "HTTP-Request innerhalb der Transaktion", + "min": 1, + "mustSupport": true + }, + { + "id": "Bundle.entry.request.method", + "path": "Bundle.entry.request.method", + "short": "HTTP-Verb", + "mustSupport": true + }, + { + "id": "Bundle.entry.request.url", + "path": "Bundle.entry.request.url", + "short": "Request-URL", + "mustSupport": true + }, + { + "id": "Bundle.entry.response", + "path": "Bundle.entry.response", + "max": "0" + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransactionResponse.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransactionResponse.json new file mode 100644 index 0000000..fb9bbc1 --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransactionResponse.json @@ -0,0 +1,90 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikationTransactionResponse", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransactionResponse", + "version": "4.0.0-rc", + "name": "ISiKMedikationTransactionResponse", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Dieses Profil definiert die Server-Antwort auf Transaktions-Bundles im Rahmen von ISiK-Medikations-Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "Bundle", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Bundle.type", + "path": "Bundle.type", + "short": "Type des Bundles", + "comment": "fix: transaction-response", + "fixedCode": "transaction-response", + "mustSupport": true + }, + { + "id": "Bundle.entry", + "path": "Bundle.entry", + "short": "Der einzelne Eintrag zur Interaktion", + "min": 1, + "mustSupport": true + }, + { + "id": "Bundle.entry.link", + "path": "Bundle.entry.link", + "max": "0" + }, + { + "id": "Bundle.entry.fullUrl", + "path": "Bundle.entry.fullUrl", + "short": "vollständige URL der Ressource", + "mustSupport": true + }, + { + "id": "Bundle.entry.resource", + "path": "Bundle.entry.resource", + "short": "Die Ressourcen-Instanz der Interaktion", + "mustSupport": true + }, + { + "id": "Bundle.entry.search", + "path": "Bundle.entry.search", + "max": "0" + }, + { + "id": "Bundle.entry.request", + "path": "Bundle.entry.request", + "max": "0" + }, + { + "id": "Bundle.entry.response", + "path": "Bundle.entry.response", + "short": "HTTP-Response des Servers innerhalb der Transaktions-Antwort", + "min": 1, + "mustSupport": true + }, + { + "id": "Bundle.entry.response.status", + "path": "Bundle.entry.response.status", + "short": "HTTP-Statuscode", + "mustSupport": true + }, + { + "id": "Bundle.entry.response.location", + "path": "Bundle.entry.response.location", + "short": "Location der Ressource (URL) auf dem Server", + "comment": "Gemäß FHIR-Spezifikation MUSS hier der Pfad zur exakten Version (History) enthalten sein, wenn der Server History unterstützt.", + "mustSupport": true + }, + { + "id": "Bundle.entry.response.outcome", + "path": "Bundle.entry.response.outcome", + "short": "OperationOutcome-Ressource zur Rückgabe von Fehler-Details sowie Informationen.", + "mustSupport": true + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsInformation.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsInformation.json new file mode 100644 index 0000000..5982b34 --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsInformation.json @@ -0,0 +1,1101 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikationsInformation", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation", + "version": "4.0.0-rc", + "name": "ISiKMedikationsInformation", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Dieses Profil ermöglicht die Abbildung von Informationen zur Medikation eines Patienten in ISiK Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "MedicationStatement", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "MedicationStatement.extension", + "path": "MedicationStatement.extension", + "mustSupport": true + }, + { + "id": "MedicationStatement.extension:acceptedRisk", + "path": "MedicationStatement.extension", + "sliceName": "acceptedRisk", + "short": "akzeptiertes (in Kauf genommenes) Risiko", + "comment": "Hier kann ein im Rahmen der Medikation festgestelltes, aber in Kauf genommenes Risiko dokumentiert werden, speziell auch die Begründung und ggf. erforderliche Begleitmaßnahmen.", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKAcceptedRisk" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.extension:acceptedRisk.value[x]", + "path": "MedicationStatement.extension.value[x]", + "mustSupport": true + }, + { + "id": "MedicationStatement.extension:medikationsart", + "path": "MedicationStatement.extension", + "sliceName": "medikationsart", + "short": "Therapieart der Medikation", + "comment": "Angabe Akut- oder Dauermedikation.", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedikationsart" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.extension:medikationsart.value[x].system", + "path": "MedicationStatement.extension.value[x].system", + "mustSupport": true + }, + { + "id": "MedicationStatement.extension:medikationsart.value[x].code", + "path": "MedicationStatement.extension.value[x].code", + "mustSupport": true + }, + { + "id": "MedicationStatement.extension:medikationsart.value[x].display", + "path": "MedicationStatement.extension.value[x].display", + "mustSupport": true + }, + { + "id": "MedicationStatement.extension:selbstmedikation", + "path": "MedicationStatement.extension", + "sliceName": "selbstmedikation", + "short": "Selbstmedikation", + "comment": "Flag zur Selbstmedikation.", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKSelbstmedikation" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.extension:selbstmedikation.value[x]", + "path": "MedicationStatement.extension.value[x]", + "mustSupport": true + }, + { + "id": "MedicationStatement.extension:behandlungsziel", + "path": "MedicationStatement.extension", + "sliceName": "behandlungsziel", + "short": "Behandlungsziel (textuell)", + "comment": "Freitext-Beschreibung des Behandlungsziels.", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKBehandlungsziel" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.extension:behandlungsziel.value[x]", + "path": "MedicationStatement.extension.value[x]", + "mustSupport": true + }, + { + "id": "MedicationStatement.extension:medicationStatementReplaces", + "path": "MedicationStatement.extension", + "sliceName": "medicationStatementReplaces", + "short": "Welche Medikationsinformation wird ersetzt?", + "comment": "Welche Medikationsinformation wird ersetzt?", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedicationStatementReplaces" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.extension:medicationStatementReplaces.value[x]", + "path": "MedicationStatement.extension.value[x]", + "mustSupport": true + }, + { + "id": "MedicationStatement.extension:medicationStatementReplaces.value[x].reference", + "path": "MedicationStatement.extension.value[x].reference", + "mustSupport": true + }, + { + "id": "MedicationStatement.partOf", + "path": "MedicationStatement.partOf", + "short": "Referenz auf andere Objekte, deren Bestandteil diese MedikationsInformation ist", + "mustSupport": true + }, + { + "id": "MedicationStatement.status", + "path": "MedicationStatement.status", + "short": "Status der Medikationsinformation", + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]", + "path": "MedicationStatement.medication[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept", + "path": "MedicationStatement.medication[x]", + "sliceName": "medicationCodeableConcept", + "short": "Medikament in codierter Form oder ggf. als Freitext", + "comment": "kann verwendet werden, wenn keine detaillierten Informationen zum Medikament (z.B. Rezepturen) existieren.", + "min": 0, + "max": "1", + "type": [ + { + "code": "CodeableConcept" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding", + "path": "MedicationStatement.medication[x].coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:PZN", + "path": "MedicationStatement.medication[x].coding", + "sliceName": "PZN", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKPZNCoding" + ] + } + ], + "patternCoding": { + "system": "http://fhir.de/CodeSystem/ifa/pzn" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:ATC-DE", + "path": "MedicationStatement.medication[x].coding", + "sliceName": "ATC-DE", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKATCCoding" + ] + } + ], + "patternCoding": { + "system": "http://fhir.de/CodeSystem/bfarm/atc" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:SCT", + "path": "MedicationStatement.medication[x].coding", + "sliceName": "SCT", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKSnomedCTCoding" + ] + } + ], + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.text", + "path": "MedicationStatement.medication[x].text", + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationReference", + "path": "MedicationStatement.medication[x]", + "sliceName": "medicationReference", + "short": "Referenz auf das Medikament (Medication-Ressource)", + "comment": "wird verwendet, wenn detaillierte Informationen zum Medikament vorliegen", + "min": 0, + "max": "1", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationReference.reference", + "path": "MedicationStatement.medication[x].reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.subject", + "path": "MedicationStatement.subject", + "short": "Referenz auf den Patienten", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.subject.reference", + "path": "MedicationStatement.subject.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.context", + "path": "MedicationStatement.context", + "short": "Referenz auf den Abteilungskontakt", + "mustSupport": true + }, + { + "id": "MedicationStatement.context.reference", + "path": "MedicationStatement.context.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.effective[x]", + "path": "MedicationStatement.effective[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + }, + "short": "Zeitpunkt oder Zeitraum, für den die MedikationsInformation gilt", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.effective[x]:effectiveDateTime", + "path": "MedicationStatement.effective[x]", + "sliceName": "effectiveDateTime", + "short": "Zeitpunkt", + "min": 0, + "max": "1", + "type": [ + { + "code": "dateTime" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.effective[x]:effectivePeriod", + "path": "MedicationStatement.effective[x]", + "sliceName": "effectivePeriod", + "short": "Zeitraum", + "min": 0, + "max": "1", + "type": [ + { + "code": "Period" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.effective[x]:effectivePeriod.start", + "path": "MedicationStatement.effective[x].start", + "mustSupport": true + }, + { + "id": "MedicationStatement.effective[x]:effectivePeriod.end", + "path": "MedicationStatement.effective[x].end", + "mustSupport": true + }, + { + "id": "MedicationStatement.dateAsserted", + "path": "MedicationStatement.dateAsserted", + "short": "Datum der Feststellung/des Bekanntwerdens der MedikationsInformation", + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonCode", + "path": "MedicationStatement.reasonCode", + "short": "Grund der Medikation (codiert)", + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonCode.coding", + "path": "MedicationStatement.reasonCode.coding", + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonCode.coding.system", + "path": "MedicationStatement.reasonCode.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonCode.coding.code", + "path": "MedicationStatement.reasonCode.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonCode.coding.display", + "path": "MedicationStatement.reasonCode.coding.display", + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonCode.text", + "path": "MedicationStatement.reasonCode.text", + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonReference", + "path": "MedicationStatement.reasonReference", + "short": "Grund der Medikation (Referenz)", + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonReference.reference", + "path": "MedicationStatement.reasonReference.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.note", + "path": "MedicationStatement.note", + "mustSupport": true + }, + { + "id": "MedicationStatement.note.text", + "path": "MedicationStatement.note.text", + "short": "Freitext-Notiz", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage", + "path": "MedicationStatement.dosage", + "short": "Dosierungsangaben", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.text", + "path": "MedicationStatement.dosage.text", + "short": "Freitext-Dosierungsanweisungen", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.patientInstruction", + "path": "MedicationStatement.dosage.patientInstruction", + "short": "besondere Anweisungen für den Patienten", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing", + "path": "MedicationStatement.dosage.timing", + "short": "Angaben zum Timing", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.event", + "path": "MedicationStatement.dosage.timing.event", + "short": "fester Zeitpunkt", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat", + "path": "MedicationStatement.dosage.timing.repeat", + "short": "Wiederholungs-Angaben", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsDuration", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x]", + "sliceName": "boundsDuration", + "short": "Begrenzung der Dauer", + "min": 0, + "max": "1", + "type": [ + { + "code": "Duration" + } + ], + "patternDuration": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsDuration.value", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsDuration.unit", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsDuration.system", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsDuration.code", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x]", + "sliceName": "boundsRange", + "short": "Bereich für die Begrenzung", + "min": 0, + "max": "1", + "type": [ + { + "code": "Range" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.low", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].low", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.low.value", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].low.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.low.unit", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].low.unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.low.system", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].low.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.low.code", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].low.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.high", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].high", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.high.value", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].high.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.high.unit", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].high.unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.high.system", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].high.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.high.code", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].high.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsPeriod", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x]", + "sliceName": "boundsPeriod", + "short": "begrenzender Zeitraum", + "min": 0, + "max": "1", + "type": [ + { + "code": "Period" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsPeriod.start", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].start", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsPeriod.end", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].end", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.count", + "path": "MedicationStatement.dosage.timing.repeat.count", + "short": "Anzahl Wiederholungen", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.countMax", + "path": "MedicationStatement.dosage.timing.repeat.countMax", + "short": "maximale Anzahl Wiederholungen", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.duration", + "path": "MedicationStatement.dosage.timing.repeat.duration", + "short": "Dauer der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.durationMax", + "path": "MedicationStatement.dosage.timing.repeat.durationMax", + "short": "maximale Dauer der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.durationUnit", + "path": "MedicationStatement.dosage.timing.repeat.durationUnit", + "short": "Einheit der Dauer", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.frequency", + "path": "MedicationStatement.dosage.timing.repeat.frequency", + "short": "Frequenz (Anzahl der Gaben pro Periode)", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.frequencyMax", + "path": "MedicationStatement.dosage.timing.repeat.frequencyMax", + "short": "maximale Frequenz", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.period", + "path": "MedicationStatement.dosage.timing.repeat.period", + "short": "Zeitperiode zur Frequenz", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.periodMax", + "path": "MedicationStatement.dosage.timing.repeat.periodMax", + "short": "maximale Zeitperiode zur Frequenz", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.periodUnit", + "path": "MedicationStatement.dosage.timing.repeat.periodUnit", + "short": "Einheit der Zeitperiode", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.dayOfWeek", + "path": "MedicationStatement.dosage.timing.repeat.dayOfWeek", + "short": "Wochentag", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.timeOfDay", + "path": "MedicationStatement.dosage.timing.repeat.timeOfDay", + "short": "Tageszeit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.when", + "path": "MedicationStatement.dosage.timing.repeat.when", + "short": "Tageszeitpunkt codiert", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.offset", + "path": "MedicationStatement.dosage.timing.repeat.offset", + "short": "zeitlicher Abstand der Gabe zum beschriebenen Zeitpunkt", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.asNeeded[x]", + "path": "MedicationStatement.dosage.asNeeded[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationStatement.dosage.asNeeded[x]:asNeededBoolean", + "path": "MedicationStatement.dosage.asNeeded[x]", + "sliceName": "asNeededBoolean", + "short": "Bedarfsmedikation", + "min": 0, + "max": "1", + "type": [ + { + "code": "boolean" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.site", + "path": "MedicationStatement.dosage.site", + "short": "Körperstelle der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.site.coding", + "path": "MedicationStatement.dosage.site.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.site.coding:SNOMED-CT", + "path": "MedicationStatement.dosage.site.coding", + "sliceName": "SNOMED-CT", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKSnomedCTCoding" + ] + } + ], + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.site.text", + "path": "MedicationStatement.dosage.site.text", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.route", + "path": "MedicationStatement.dosage.route", + "short": "Route", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.route.coding", + "path": "MedicationStatement.dosage.route.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.route.coding:EDQM", + "path": "MedicationStatement.dosage.route.coding", + "sliceName": "EDQM", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKCoding" + ] + } + ], + "patternCoding": { + "system": "http://standardterms.edqm.eu" + }, + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration" + } + }, + { + "id": "MedicationStatement.dosage.route.coding:SNOMED-CT", + "path": "MedicationStatement.dosage.route.coding", + "sliceName": "SNOMED-CT", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKSnomedCTCoding" + ] + } + ], + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "https://gematik.de/fhir/isik/ValueSet/SctRouteOfAdministration" + } + }, + { + "id": "MedicationStatement.dosage.route.text", + "path": "MedicationStatement.dosage.route.text", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate", + "path": "MedicationStatement.dosage.doseAndRate", + "short": "Angaben zu Dosis und Rate", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]", + "path": "MedicationStatement.dosage.doseAndRate.dose[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange", + "path": "MedicationStatement.dosage.doseAndRate.dose[x]", + "sliceName": "doseRange", + "short": "Dosisbereich", + "min": 0, + "max": "1", + "type": [ + { + "code": "Range" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange.low", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].low", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange.high", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].high", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseQuantity", + "path": "MedicationStatement.dosage.doseAndRate.dose[x]", + "sliceName": "doseQuantity", + "short": "Dosis", + "min": 0, + "max": "1", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]", + "path": "MedicationStatement.dosage.doseAndRate.rate[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio", + "path": "MedicationStatement.dosage.doseAndRate.rate[x]", + "sliceName": "rateRatio", + "short": "Raten-Verhältnis", + "min": 0, + "max": "1", + "type": [ + { + "code": "Ratio" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio.numerator", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].numerator", + "min": 1, + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio.denominator", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].denominator", + "min": 1, + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange", + "path": "MedicationStatement.dosage.doseAndRate.rate[x]", + "sliceName": "rateRange", + "short": "Raten-Bereich", + "min": 0, + "max": "1", + "type": [ + { + "code": "Range" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange.low", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].low", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange.high", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].high", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateQuantity", + "path": "MedicationStatement.dosage.doseAndRate.rate[x]", + "sliceName": "rateQuantity", + "short": "Rate", + "min": 0, + "max": "1", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod", + "path": "MedicationStatement.dosage.maxDosePerPeriod", + "short": "Maximaldosis (Zähler) pro Zeitraum (Nenner)", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod.numerator", + "path": "MedicationStatement.dosage.maxDosePerPeriod.numerator", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod.denominator", + "path": "MedicationStatement.dosage.maxDosePerPeriod.denominator", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerAdministration", + "path": "MedicationStatement.dosage.maxDosePerAdministration", + "short": "Maximaldosis pro Verabreichung", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsListe.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsListe.json new file mode 100644 index 0000000..c068ba5 --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsListe.json @@ -0,0 +1,159 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikationsListe", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsListe", + "version": "4.0.0-rc", + "name": "ISiKMedikationsListe", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Dieses Profil ermöglicht die Zusammenführung einzelner MedikationsInformationen eines Patienten in ISiK Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "List", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "List.status", + "path": "List.status", + "short": "(Aktualitäts-)Status der Liste", + "mustSupport": true + }, + { + "id": "List.mode", + "path": "List.mode", + "short": "Listenmodus", + "comment": "Beispiel: eingelesene Medikationspläne werden als snapshot repräsentiert. Kontinuierlich fortgeschriebene Listen, z.B. im Rahmen der hausinternen Behandlung, sind als 'working' codiert.", + "mustSupport": true + }, + { + "id": "List.code", + "path": "List.code", + "short": "Art der Liste.", + "comment": "Es ist mindestens ein Coding mit dem Code 'medications' anzugeben. Weitere Codes, z.B. im Kontext anderer Spezifikationen oder Hauscodierungen sind zulässig.", + "min": 1, + "mustSupport": true + }, + { + "id": "List.code.coding", + "path": "List.code.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "min": 1, + "mustSupport": true + }, + { + "id": "List.code.coding:medications", + "path": "List.code.coding", + "sliceName": "medications", + "min": 1, + "max": "1", + "patternCoding": { + "system": "http://terminology.hl7.org/CodeSystem/list-example-use-codes", + "code": "medications" + }, + "mustSupport": true + }, + { + "id": "List.code.coding:medications.system", + "path": "List.code.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "List.code.coding:medications.code", + "path": "List.code.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "List.code.coding:medications.display", + "path": "List.code.coding.display", + "mustSupport": true + }, + { + "id": "List.subject", + "path": "List.subject", + "short": "Referenz auf den Patienten", + "min": 1, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": true + }, + { + "id": "List.subject.reference", + "path": "List.subject.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "List.encounter", + "path": "List.encounter", + "short": "Referenz auf den Abteilungskontakt", + "mustSupport": true + }, + { + "id": "List.encounter.reference", + "path": "List.encounter.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "List.date", + "path": "List.date", + "short": "Erstellungsdatum der Liste", + "mustSupport": true + }, + { + "id": "List.entry", + "path": "List.entry", + "short": "Listeneintrag", + "mustSupport": true + }, + { + "id": "List.entry.date", + "path": "List.entry.date", + "short": "Datum des Listeneintrags", + "comment": "nur zulässig im Listenmodus 'working'", + "mustSupport": true + }, + { + "id": "List.entry.item", + "path": "List.entry.item", + "short": "Referenz auf die MedikationsInformation", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationStatement" + ] + } + ], + "mustSupport": true + }, + { + "id": "List.entry.item.reference", + "path": "List.entry.item.reference", + "min": 1, + "mustSupport": true + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerabreichung.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerabreichung.json new file mode 100644 index 0000000..f189ecf --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerabreichung.json @@ -0,0 +1,490 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikationsVerabreichung", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung", + "version": "4.0.0-rc", + "name": "ISiKMedikationsVerabreichung", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Dieses Profil ermöglicht die Abbildung der Verabreichung von Medikamenten für einen Patienten in ISiK Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "MedicationAdministration", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "MedicationAdministration.status", + "path": "MedicationAdministration.status", + "short": "Status der Verabreichungsinformation", + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]", + "path": "MedicationAdministration.medication[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept", + "path": "MedicationAdministration.medication[x]", + "sliceName": "medicationCodeableConcept", + "short": "Medikament in codierter Form oder ggf. als Freitext", + "comment": "kann verwendet werden, wenn keine detaillierten Informationen zum Medikament (z.B. Rezepturen) existieren.", + "min": 0, + "max": "1", + "type": [ + { + "code": "CodeableConcept" + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding", + "path": "MedicationAdministration.medication[x].coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:PZN", + "path": "MedicationAdministration.medication[x].coding", + "sliceName": "PZN", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKPZNCoding" + ] + } + ], + "patternCoding": { + "system": "http://fhir.de/CodeSystem/ifa/pzn" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:ATC-DE", + "path": "MedicationAdministration.medication[x].coding", + "sliceName": "ATC-DE", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKATCCoding" + ] + } + ], + "patternCoding": { + "system": "http://fhir.de/CodeSystem/bfarm/atc" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:SCT", + "path": "MedicationAdministration.medication[x].coding", + "sliceName": "SCT", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKSnomedCTCoding" + ] + } + ], + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationReference", + "path": "MedicationAdministration.medication[x]", + "sliceName": "medicationReference", + "short": "Referenz auf das Medikament (Medication-Ressource)", + "comment": "wird verwendet, wenn detaillierte Informationen zum Medikament vorliegen", + "min": 0, + "max": "1", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationReference.reference", + "path": "MedicationAdministration.medication[x].reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.subject", + "path": "MedicationAdministration.subject", + "short": "Referenz auf den Patienten", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.subject.reference", + "path": "MedicationAdministration.subject.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.context", + "path": "MedicationAdministration.context", + "short": "Referenz auf den Abteilungskontakt", + "mustSupport": true + }, + { + "id": "MedicationAdministration.context.reference", + "path": "MedicationAdministration.context.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.effective[x]", + "path": "MedicationAdministration.effective[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationAdministration.effective[x]:effectiveDateTime", + "path": "MedicationAdministration.effective[x]", + "sliceName": "effectiveDateTime", + "short": "Zeitpunkt der Verabreichung", + "min": 0, + "max": "1", + "type": [ + { + "code": "dateTime" + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.effective[x]:effectivePeriod", + "path": "MedicationAdministration.effective[x]", + "sliceName": "effectivePeriod", + "short": "Zeitraum der Verabreichung", + "min": 0, + "max": "1", + "type": [ + { + "code": "Period" + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.effective[x]:effectivePeriod.start", + "path": "MedicationAdministration.effective[x].start", + "mustSupport": true + }, + { + "id": "MedicationAdministration.effective[x]:effectivePeriod.end", + "path": "MedicationAdministration.effective[x].end", + "mustSupport": true + }, + { + "id": "MedicationAdministration.performer", + "path": "MedicationAdministration.performer", + "mustSupport": true + }, + { + "id": "MedicationAdministration.performer.actor", + "path": "MedicationAdministration.performer.actor", + "short": "Referenz auf die verabreichende Person", + "mustSupport": true + }, + { + "id": "MedicationAdministration.performer.actor.reference", + "path": "MedicationAdministration.performer.actor.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.reasonReference", + "path": "MedicationAdministration.reasonReference", + "short": "Grund der Medikation (Referenz)", + "mustSupport": true + }, + { + "id": "MedicationAdministration.reasonReference.reference", + "path": "MedicationAdministration.reasonReference.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.note", + "path": "MedicationAdministration.note", + "mustSupport": true + }, + { + "id": "MedicationAdministration.note.text", + "path": "MedicationAdministration.note.text", + "short": "Freitext-Notiz", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage", + "path": "MedicationAdministration.dosage", + "short": "Dosierungsangaben", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.text", + "path": "MedicationAdministration.dosage.text", + "short": "Freitext-Dosierungsangabe", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.site", + "path": "MedicationAdministration.dosage.site", + "short": "Körperstelle der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.site.coding", + "path": "MedicationAdministration.dosage.site.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.site.coding:SNOMED-CT", + "path": "MedicationAdministration.dosage.site.coding", + "sliceName": "SNOMED-CT", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKSnomedCTCoding" + ] + } + ], + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.site.text", + "path": "MedicationAdministration.dosage.site.text", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.route", + "path": "MedicationAdministration.dosage.route", + "short": "Route", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.route.coding", + "path": "MedicationAdministration.dosage.route.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.route.coding:EDQM", + "path": "MedicationAdministration.dosage.route.coding", + "sliceName": "EDQM", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKCoding" + ] + } + ], + "patternCoding": { + "system": "http://standardterms.edqm.eu" + }, + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration" + } + }, + { + "id": "MedicationAdministration.dosage.route.coding:SNOMED-CT", + "path": "MedicationAdministration.dosage.route.coding", + "sliceName": "SNOMED-CT", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKSnomedCTCoding" + ] + } + ], + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "https://gematik.de/fhir/isik/ValueSet/SctRouteOfAdministration" + } + }, + { + "id": "MedicationAdministration.dosage.route.text", + "path": "MedicationAdministration.dosage.route.text", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.dose", + "path": "MedicationAdministration.dosage.dose", + "short": "verabreichte Dosis", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]", + "path": "MedicationAdministration.dosage.rate[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio", + "path": "MedicationAdministration.dosage.rate[x]", + "sliceName": "rateRatio", + "short": "Verabreichungs-Rate (Verhältnis)", + "min": 0, + "max": "1", + "type": [ + { + "code": "Ratio" + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio.numerator", + "path": "MedicationAdministration.dosage.rate[x].numerator", + "min": 1, + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio.denominator", + "path": "MedicationAdministration.dosage.rate[x].denominator", + "min": 1, + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateQuantity", + "path": "MedicationAdministration.dosage.rate[x]", + "sliceName": "rateQuantity", + "short": "Verabreichungs-Rate", + "min": 0, + "max": "1", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerordnung.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerordnung.json new file mode 100644 index 0000000..84a1b0b --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerordnung.json @@ -0,0 +1,1049 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikationsVerordnung", + "url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerordnung", + "version": "4.0.0-rc", + "name": "ISiKMedikationsVerordnung", + "status": "draft", + "experimental": false, + "date": "2024-04-04", + "publisher": "gematik GmbH", + "description": "Dieses Profil ermöglicht die Abbildung von Medikationsverordnungen eines Patienten in ISiK Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "MedicationRequest", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "MedicationRequest.extension", + "path": "MedicationRequest.extension", + "mustSupport": true + }, + { + "id": "MedicationRequest.extension:acceptedRisk", + "path": "MedicationRequest.extension", + "sliceName": "acceptedRisk", + "short": "akzeptiertes (in Kauf genommenes) Risiko", + "comment": "Hier kann ein im Rahmen der Medikation festgestelltes, aber in Kauf genommenes Risiko dokumentiert werden, speziell auch die Begründung und ggf. erforderliche Begleitmaßnahmen.", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKAcceptedRisk" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.extension:acceptedRisk.value[x]", + "path": "MedicationRequest.extension.value[x]", + "mustSupport": true + }, + { + "id": "MedicationRequest.extension:medikationsart", + "path": "MedicationRequest.extension", + "sliceName": "medikationsart", + "short": "Therapieart der Medikation", + "comment": "Angabe Akut- oder Dauermedikation.", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedikationsart" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.extension:medikationsart.value[x].system", + "path": "MedicationRequest.extension.value[x].system", + "mustSupport": true + }, + { + "id": "MedicationRequest.extension:medikationsart.value[x].code", + "path": "MedicationRequest.extension.value[x].code", + "mustSupport": true + }, + { + "id": "MedicationRequest.extension:medikationsart.value[x].display", + "path": "MedicationRequest.extension.value[x].display", + "mustSupport": true + }, + { + "id": "MedicationRequest.extension:behandlungsziel", + "path": "MedicationRequest.extension", + "sliceName": "behandlungsziel", + "short": "Behandlungsziel (textuell)", + "comment": "Freitext-Beschreibung des Behandlungsziels.", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKBehandlungsziel" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.extension:behandlungsziel.value[x]", + "path": "MedicationRequest.extension.value[x]", + "mustSupport": true + }, + { + "id": "MedicationRequest.extension:medicationRequestReplaces", + "path": "MedicationRequest.extension", + "sliceName": "medicationRequestReplaces", + "short": "Welche Medikationsverordnung wird ersetzt?", + "comment": "FWelche Medikationsverordnung wird ersetzt?", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedicationRequestReplaces" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.extension:medicationRequestReplaces.value[x]", + "path": "MedicationRequest.extension.value[x]", + "mustSupport": true + }, + { + "id": "MedicationRequest.extension:medicationRequestReplaces.value[x].reference", + "path": "MedicationRequest.extension.value[x].reference", + "mustSupport": true + }, + { + "id": "MedicationRequest.status", + "path": "MedicationRequest.status", + "short": "Status der Verordnungsinformation", + "mustSupport": true + }, + { + "id": "MedicationRequest.intent", + "path": "MedicationRequest.intent", + "short": "Ziel der Verordnungsinformation", + "comment": "i.d.R. 'order'", + "mustSupport": true + }, + { + "id": "MedicationRequest.doNotPerform", + "path": "MedicationRequest.doNotPerform", + "max": "0" + }, + { + "id": "MedicationRequest.medication[x]", + "path": "MedicationRequest.medication[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept", + "path": "MedicationRequest.medication[x]", + "sliceName": "medicationCodeableConcept", + "short": "Medikament in codierter Form oder ggf. als Freitext", + "comment": "kann verwendet werden, wenn keine detaillierten Informationen zum Medikament (z.B. Rezepturen) existieren.", + "min": 0, + "max": "1", + "type": [ + { + "code": "CodeableConcept" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding", + "path": "MedicationRequest.medication[x].coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:PZN", + "path": "MedicationRequest.medication[x].coding", + "sliceName": "PZN", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKPZNCoding" + ] + } + ], + "patternCoding": { + "system": "http://fhir.de/CodeSystem/ifa/pzn" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:ATC-DE", + "path": "MedicationRequest.medication[x].coding", + "sliceName": "ATC-DE", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKATCCoding" + ] + } + ], + "patternCoding": { + "system": "http://fhir.de/CodeSystem/bfarm/atc" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:SCT", + "path": "MedicationRequest.medication[x].coding", + "sliceName": "SCT", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKSnomedCTCoding" + ] + } + ], + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.text", + "path": "MedicationRequest.medication[x].text", + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationReference", + "path": "MedicationRequest.medication[x]", + "sliceName": "medicationReference", + "short": "Referenz auf das Medikament (Medication-Ressource)", + "comment": "wird verwendet, wenn detaillierte Informationen zum Medikament vorliegen", + "min": 0, + "max": "1", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationReference.reference", + "path": "MedicationRequest.medication[x].reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.subject", + "path": "MedicationRequest.subject", + "short": "Referenz auf den Patienten", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.subject.reference", + "path": "MedicationRequest.subject.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.encounter", + "path": "MedicationRequest.encounter", + "short": "Referenz auf den Abteilungskontakt", + "mustSupport": true + }, + { + "id": "MedicationRequest.encounter.reference", + "path": "MedicationRequest.encounter.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.authoredOn", + "path": "MedicationRequest.authoredOn", + "short": "Erstellungsdatum der Verordnung", + "mustSupport": true + }, + { + "id": "MedicationRequest.requester", + "path": "MedicationRequest.requester", + "short": "Referenz auf die verordnende Person", + "mustSupport": true + }, + { + "id": "MedicationRequest.requester.reference", + "path": "MedicationRequest.requester.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.note", + "path": "MedicationRequest.note", + "mustSupport": true + }, + { + "id": "MedicationRequest.note.text", + "path": "MedicationRequest.note.text", + "short": "Freitext-Notiz", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction", + "path": "MedicationRequest.dosageInstruction", + "short": "Dosierungsangaben", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.text", + "path": "MedicationRequest.dosageInstruction.text", + "short": "Freitext-Dosierungsanweisungen", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.patientInstruction", + "path": "MedicationRequest.dosageInstruction.patientInstruction", + "short": "besondere Anweisungen für den Patienten", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing", + "path": "MedicationRequest.dosageInstruction.timing", + "short": "Angaben zum Timing", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.event", + "path": "MedicationRequest.dosageInstruction.timing.event", + "short": "fester Zeitpunkt", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat", + "path": "MedicationRequest.dosageInstruction.timing.repeat", + "short": "Wiederholungs-Angaben", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsDuration", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]", + "sliceName": "boundsDuration", + "short": "Begrenzung der Dauer", + "min": 0, + "max": "1", + "type": [ + { + "code": "Duration" + } + ], + "patternDuration": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsDuration.value", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsDuration.unit", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsDuration.system", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsDuration.code", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]", + "sliceName": "boundsRange", + "short": "Bereich für die Begrenzung", + "min": 0, + "max": "1", + "type": [ + { + "code": "Range" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.low", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].low", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.low.value", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].low.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.low.unit", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].low.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.low.system", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].low.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.low.code", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].low.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.high", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].high", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.high.value", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].high.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.high.unit", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].high.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.high.system", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].high.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.high.code", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].high.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsPeriod", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]", + "sliceName": "boundsPeriod", + "short": "begrenzender Zeitraum", + "min": 0, + "max": "1", + "type": [ + { + "code": "Period" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsPeriod.start", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].start", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsPeriod.end", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].end", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.count", + "path": "MedicationRequest.dosageInstruction.timing.repeat.count", + "short": "Anzahl Wiederholungen", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.countMax", + "path": "MedicationRequest.dosageInstruction.timing.repeat.countMax", + "short": "maximale Anzahl Wiederholungen", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.duration", + "path": "MedicationRequest.dosageInstruction.timing.repeat.duration", + "short": "Dauer der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.durationMax", + "path": "MedicationRequest.dosageInstruction.timing.repeat.durationMax", + "short": "maximale Dauer der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.durationUnit", + "path": "MedicationRequest.dosageInstruction.timing.repeat.durationUnit", + "short": "Einheit der Dauer", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.frequency", + "path": "MedicationRequest.dosageInstruction.timing.repeat.frequency", + "short": "Frequenz (Anzahl der Gaben pro Periode)", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.frequencyMax", + "path": "MedicationRequest.dosageInstruction.timing.repeat.frequencyMax", + "short": "maximale Frequenz", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.period", + "path": "MedicationRequest.dosageInstruction.timing.repeat.period", + "short": "Zeitperiode zur Frequenz", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.periodMax", + "path": "MedicationRequest.dosageInstruction.timing.repeat.periodMax", + "short": "maximale Zeitperiode zur Frequenz", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.periodUnit", + "path": "MedicationRequest.dosageInstruction.timing.repeat.periodUnit", + "short": "Einheit der Zeitperiode", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.dayOfWeek", + "path": "MedicationRequest.dosageInstruction.timing.repeat.dayOfWeek", + "short": "Wochentag", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.timeOfDay", + "path": "MedicationRequest.dosageInstruction.timing.repeat.timeOfDay", + "short": "Tageszeit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.when", + "path": "MedicationRequest.dosageInstruction.timing.repeat.when", + "short": "Tageszeitpunkt codiert", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.offset", + "path": "MedicationRequest.dosageInstruction.timing.repeat.offset", + "short": "zeitlicher Abstand der Gabe zum beschriebenen Zeitpunkt", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.asNeeded[x]", + "path": "MedicationRequest.dosageInstruction.asNeeded[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationRequest.dosageInstruction.asNeeded[x]:asNeededBoolean", + "path": "MedicationRequest.dosageInstruction.asNeeded[x]", + "sliceName": "asNeededBoolean", + "short": "Bedarfsmedikation", + "min": 0, + "max": "1", + "type": [ + { + "code": "boolean" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.site", + "path": "MedicationRequest.dosageInstruction.site", + "short": "Körperstelle der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.site.coding", + "path": "MedicationRequest.dosageInstruction.site.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.site.coding:SNOMED-CT", + "path": "MedicationRequest.dosageInstruction.site.coding", + "sliceName": "SNOMED-CT", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKSnomedCTCoding" + ] + } + ], + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.site.text", + "path": "MedicationRequest.dosageInstruction.site.text", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.route", + "path": "MedicationRequest.dosageInstruction.route", + "short": "Route", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.route.coding", + "path": "MedicationRequest.dosageInstruction.route.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.route.coding:EDQM", + "path": "MedicationRequest.dosageInstruction.route.coding", + "sliceName": "EDQM", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKCoding" + ] + } + ], + "patternCoding": { + "system": "http://standardterms.edqm.eu" + }, + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration" + } + }, + { + "id": "MedicationRequest.dosageInstruction.route.coding:SNOMED-CT", + "path": "MedicationRequest.dosageInstruction.route.coding", + "sliceName": "SNOMED-CT", + "min": 0, + "max": "1", + "type": [ + { + "code": "Coding", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/ISiKSnomedCTCoding" + ] + } + ], + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "https://gematik.de/fhir/isik/ValueSet/SctRouteOfAdministration" + } + }, + { + "id": "MedicationRequest.dosageInstruction.route.text", + "path": "MedicationRequest.dosageInstruction.route.text", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate", + "path": "MedicationRequest.dosageInstruction.doseAndRate", + "short": "Angaben zu Dosis und Rate", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]", + "sliceName": "doseRange", + "short": "Dosisbereich", + "min": 0, + "max": "1", + "type": [ + { + "code": "Range" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.low", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].low", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.high", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].high", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]", + "sliceName": "doseQuantity", + "short": "Dosis", + "min": 0, + "max": "1", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]", + "sliceName": "rateRatio", + "short": "Raten-Verhältnis", + "min": 0, + "max": "1", + "type": [ + { + "code": "Ratio" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator", + "min": 1, + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator", + "min": 1, + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]", + "sliceName": "rateRange", + "short": "Raten-Bereich", + "min": 0, + "max": "1", + "type": [ + { + "code": "Range" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.low", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.high", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateQuantity", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]", + "sliceName": "rateQuantity", + "short": "Rate", + "min": 0, + "max": "1", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod", + "short": "Maximaldosis (Zähler) pro Zeitraum (Nenner)", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator", + "min": 1, + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator", + "min": 1, + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerAdministration", + "path": "MedicationRequest.dosageInstruction.maxDosePerAdministration", + "short": "Maximaldosis pro Verabreichung", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dispenseRequest", + "path": "MedicationRequest.dispenseRequest", + "mustSupport": true + }, + { + "id": "MedicationRequest.dispenseRequest.quantity", + "path": "MedicationRequest.dispenseRequest.quantity", + "short": "angeforderte Abgabemenge", + "type": [ + { + "code": "Quantity", + "profile": [ + "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.substitution", + "path": "MedicationRequest.substitution", + "short": "Ersatz zulässig", + "mustSupport": true + }, + { + "id": "MedicationRequest.substitution.allowed[x]", + "path": "MedicationRequest.substitution.allowed[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationRequest.substitution.allowed[x]:allowedBoolean", + "path": "MedicationRequest.substitution.allowed[x]", + "sliceName": "allowedBoolean", + "min": 0, + "max": "1", + "type": [ + { + "code": "boolean" + } + ], + "mustSupport": true + } + ] + } +} diff --git a/Resources/fsh-generated/resources/StructureDefinition-MedicationQuantity.json b/Resources/fsh-generated/resources/StructureDefinition-MedicationQuantity.json new file mode 100644 index 0000000..df118ea --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-MedicationQuantity.json @@ -0,0 +1,46 @@ +{ + "resourceType": "StructureDefinition", + "id": "MedicationQuantity", + "url": "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity", + "name": "MedicationQuantity", + "title": "Medication Quantity", + "status": "draft", + "description": "Quantity Datentyp der UcumUndSctDoseFormVS vorgibt. Bei Dimensionslosen Einheiten wie 'Tablette' SOLL statt eines UCUM Code '1' der passende SnomedCT Unit of presentation Code angegeben werden.", + "fhirVersion": "4.0.1", + "kind": "complex-type", + "abstract": false, + "type": "Quantity", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Quantity.value", + "path": "Quantity.value", + "min": 1, + "mustSupport": true + }, + { + "id": "Quantity.unit", + "path": "Quantity.unit", + "mustSupport": true + }, + { + "id": "Quantity.system", + "path": "Quantity.system", + "min": 1, + "mustSupport": true + }, + { + "id": "Quantity.code", + "path": "Quantity.code", + "min": 1, + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "https://gematik.de/fhir/isik/ValueSet/UcumUndSctDoseFormVS" + } + } + ] + } +} diff --git a/Resources/fsh-generated/resources/ValueSet-ISiKMedikationsartVS.json b/Resources/fsh-generated/resources/ValueSet-ISiKMedikationsartVS.json new file mode 100644 index 0000000..2cac043 --- /dev/null +++ b/Resources/fsh-generated/resources/ValueSet-ISiKMedikationsartVS.json @@ -0,0 +1,19 @@ +{ + "resourceType": "ValueSet", + "status": "draft", + "name": "ISiKMedikationsart", + "id": "ISiKMedikationsartVS", + "description": "ISiK Therapiearten für Medikation", + "url": "https://gematik.de/fhir/isik/ValueSet/ISiKMedikationsartVS", + "experimental": false, + "publisher": "gematik GmbH", + "version": "4.0.0-rc", + "date": "2024-04-04", + "compose": { + "include": [ + { + "system": "https://gematik.de/fhir/isik/CodeSystem/ISiKMedikationsartCS" + } + ] + } +} diff --git a/Resources/fsh-generated/resources/ValueSet-SctRouteOfAdministration.json b/Resources/fsh-generated/resources/ValueSet-SctRouteOfAdministration.json new file mode 100644 index 0000000..d8616b8 --- /dev/null +++ b/Resources/fsh-generated/resources/ValueSet-SctRouteOfAdministration.json @@ -0,0 +1,26 @@ +{ + "resourceType": "ValueSet", + "status": "draft", + "name": "SctRouteOfAdministration", + "id": "SctRouteOfAdministration", + "description": "Enthaelt alle SNOMED CT Administrationsarten", + "url": "https://gematik.de/fhir/isik/ValueSet/SctRouteOfAdministration", + "experimental": false, + "publisher": "gematik GmbH", + "version": "4.0.0-rc", + "date": "2024-04-04", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "filter": [ + { + "property": "concept", + "op": "is-a", + "value": "284009009" + } + ] + } + ] + } +} diff --git a/Resources/fsh-generated/resources/ValueSet-UcumUndSctDoseFormVS.json b/Resources/fsh-generated/resources/ValueSet-UcumUndSctDoseFormVS.json new file mode 100644 index 0000000..4567ce3 --- /dev/null +++ b/Resources/fsh-generated/resources/ValueSet-UcumUndSctDoseFormVS.json @@ -0,0 +1,30 @@ +{ + "resourceType": "ValueSet", + "status": "draft", + "name": "UcumUndSctDoseFormVS", + "id": "UcumUndSctDoseFormVS", + "title": "Ucum und SnomedCT Basic Dose Form ValueSet", + "description": "ValueSet zur Abbildung von kodierten Dosierinformationen. Bestehend aus UCUM Codes & SnomedCT Unit of presentation", + "url": "https://gematik.de/fhir/isik/ValueSet/UcumUndSctDoseFormVS", + "experimental": false, + "publisher": "gematik GmbH", + "version": "4.0.0-rc", + "date": "2024-04-04", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "filter": [ + { + "property": "concept", + "op": "is-a", + "value": "732935002" + } + ] + }, + { + "system": "http://unitsofmeasure.org" + } + ] + } +}