Beispiele

ExampleISiKMedikationsVerabreichung

Einfache Einnahme:

MedicationAdministration
<MedicationAdministration xmlns="http://hl7.org/fhir">
<id value="ExampleISiKMedikationsVerabreichung" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung" />
</meta>
<status value="completed" />
<reference value="Medication/ExampleISiKMedikament1" />
</medicationReference>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<reference value="Encounter/Fachabteilungskontakt" />
</context>
<effectiveDateTime value="2021-07-01" />
<value value="1" />
<unit value="Tablette" />
<system value="http://unitsofmeasure.org" />
<code value="1" />
</dose>
</dosage>
</MedicationAdministration>
{
"resourceType": "MedicationAdministration",
"id": "ExampleISiKMedikationsVerabreichung",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung"
]
},
"dosage": {
"dose": {
"system": "http://unitsofmeasure.org",
"value": 1,
"unit": "Tablette",
"code": "1"
}
},
"status": "completed",
"reference": "Medication/ExampleISiKMedikament1"
},
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"context": {
"reference": "Encounter/Fachabteilungskontakt"
},
"effectiveDateTime": "2021-07-01"
}

ExampleISiKMedikationsVerabreichung2

Zytostatika-Infusion:

MedicationAdministration
<MedicationAdministration xmlns="http://hl7.org/fhir">
<id value="ExampleISiKMedikationsVerabreichung2" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung" />
</meta>
<status value="completed" />
<reference value="Medication/ExampleISiKMedikament9" />
</medicationReference>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<reference value="Encounter/Fachabteilungskontakt" />
</context>
<effectiveDateTime value="2024-01-22" />
<value value="1" />
<unit value="Beutel" />
<system value="http://unitsofmeasure.org" />
<code value="1" />
</dose>
</dosage>
</MedicationAdministration>
{
"resourceType": "MedicationAdministration",
"id": "ExampleISiKMedikationsVerabreichung2",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung"
]
},
"dosage": {
"dose": {
"system": "http://unitsofmeasure.org",
"value": 1,
"unit": "Beutel",
"code": "1"
}
},
"status": "completed",
"reference": "Medication/ExampleISiKMedikament9"
},
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"context": {
"reference": "Encounter/Fachabteilungskontakt"
},
"effectiveDateTime": "2024-01-22"
}

ExampleISiKMedikationsVerabreichung3

Verabreichung einer Infusion mit Angabe der Dosierungs-Rate in zwei Varianten (Quantity und Ratio):

MedicationAdministration
<MedicationAdministration xmlns="http://hl7.org/fhir">
<id value="ExampleISiKMedikationsVerabreichung3" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung" />
</meta>
<status value="completed" />
<reference value="Medication/ExampleISiKMedikament9" />
</medicationReference>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<reference value="Encounter/Fachabteilungskontakt" />
<value value="0123456789" />
</identifier>
</context>
<effectiveDateTime value="2021-07-01" />
<text value="Testnotiz" />
</note>
<text value="1L Infusion mit Rate 50ml/h" />
<system value="http://snomed.info/sct" />
<code value="6073002" />
<display value="Structure of ligament of left superior vena cava" />
</coding>
</site>
<system value="http://standardterms.edqm.eu" />
<code value="20045000" />
<display value="Intravenous use" />
</coding>
</route>
<value value="1000" />
<unit value="mL" />
<system value="http://unitsofmeasure.org" />
<code value="mL" />
</dose>
<value value="50" />
<unit value="mL/h" />
<system value="http://unitsofmeasure.org" />
<code value="mL/h" />
</rateQuantity>
</dosage>
</MedicationAdministration>
{
"resourceType": "MedicationAdministration",
"id": "ExampleISiKMedikationsVerabreichung3",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung"
]
},
"dosage": {
"dose": {
"system": "http://unitsofmeasure.org",
"value": 1000,
"unit": "mL",
"code": "mL"
},
"system": "http://unitsofmeasure.org",
"value": 50,
"unit": "mL/h",
"code": "mL/h"
},
"text": "1L Infusion mit Rate 50ml/h",
"site": {
"coding": [
{
"code": "6073002",
"system": "http://snomed.info/sct",
"display": "Structure of ligament of left superior vena cava"
}
]
},
"route": {
"coding": [
{
"code": "20045000",
"system": "http://standardterms.edqm.eu",
"display": "Intravenous use"
}
]
}
},
"status": "completed",
"reference": "Medication/ExampleISiKMedikament9"
},
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"context": {
"reference": "Encounter/Fachabteilungskontakt",
"value": "0123456789"
}
},
"effectiveDateTime": "2021-07-01",
"note": [
{
"text": "Testnotiz"
}
]
}

ExampleISiKMedikationsVerabreichung4

MedicationAdministration
<MedicationAdministration xmlns="http://hl7.org/fhir">
<id value="ExampleISiKMedikationsVerabreichung4" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung" />
</meta>
<status value="completed" />
<reference value="Medication/ExampleISiKMedikament2" />
</medicationReference>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<reference value="Encounter/Fachabteilungskontakt" />
<value value="0123456789" />
</identifier>
</context>
<effectiveDateTime value="2021-07-01" />
<text value="Testnotiz" />
</note>
<text value="1L Infusion mit Rate 50ml/h" />
<system value="http://snomed.info/sct" />
<code value="6073002" />
<display value="Structure of ligament of left superior vena cava" />
</coding>
</site>
<system value="http://standardterms.edqm.eu" />
<code value="20045000" />
<display value="Intravenous use" />
</coding>
</route>
<value value="1000" />
<unit value="mL" />
<system value="http://unitsofmeasure.org" />
<code value="mL" />
</dose>
<value value="50" />
<unit value="mL" />
<system value="http://unitsofmeasure.org" />
<code value="mL" />
</numerator>
<value value="1" />
<unit value="h" />
<system value="http://unitsofmeasure.org" />
<code value="h" />
</denominator>
</rateRatio>
</dosage>
</MedicationAdministration>
{
"resourceType": "MedicationAdministration",
"id": "ExampleISiKMedikationsVerabreichung4",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung"
]
},
"dosage": {
"dose": {
"system": "http://unitsofmeasure.org",
"value": 1000,
"unit": "mL",
"code": "mL"
},
"system": "http://unitsofmeasure.org",
"value": 50,
"unit": "mL",
"code": "mL"
},
"system": "http://unitsofmeasure.org",
"value": 1,
"unit": "h",
"code": "h"
}
},
"text": "1L Infusion mit Rate 50ml/h",
"site": {
"coding": [
{
"code": "6073002",
"system": "http://snomed.info/sct",
"display": "Structure of ligament of left superior vena cava"
}
]
},
"route": {
"coding": [
{
"code": "20045000",
"system": "http://standardterms.edqm.eu",
"display": "Intravenous use"
}
]
}
},
"status": "completed",
"reference": "Medication/ExampleISiKMedikament2"
},
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"context": {
"reference": "Encounter/Fachabteilungskontakt",
"value": "0123456789"
}
},
"effectiveDateTime": "2021-07-01",
"note": [
{
"text": "Testnotiz"
}
]
}