Medikationsplan 4 PLUS
0.1.0 - ci-build
Medikationsplan 4 PLUS - Local Development build (v0.1.0). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationStatement;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "ExampleMedicationStatement-3"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://www.charite.de/fhir/medikationsplan/StructureDefinition/MedicationStatement";
fhir:index 0;
fhir:link <https://www.charite.de/fhir/medikationsplan/StructureDefinition/MedicationStatement> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement</b><a name=\"ExampleMedicationStatement-3\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationStatement "ExampleMedicationStatement-3" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mp4p-medicationstatement.html\">MedicationStatement MP4+</a></p></div><p><b>status</b>: active</p><p><b>medication</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.1.0&canonical=http://fhir.de/Medication/insulin\">Medication/insulin</a></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Patient/ExamplePatient</a> " SCHUMANN"</p><p><b>effective</b>: 2017-05-02 --> (ongoing)</p><blockquote><p><b>dosage</b></p><p><b>timing</b>: Code: Morning (qualifier value)</p></blockquote><blockquote><p><b>dosage</b></p><p><b>timing</b>: Code: Noon (qualifier value)</p></blockquote><blockquote><p><b>dosage</b></p><p><b>timing</b>: Code: Evening (qualifier value)</p></blockquote><blockquote><p><b>dosage</b></p><p><b>timing</b>: Code: Night time (qualifier value)</p></blockquote></div>"
];
fhir:MedicationStatement.status [ fhir:value "active"];
fhir:MedicationStatement.medicationReference [
fhir:Reference.reference [ fhir:value "Medication/insulin" ]
];
fhir:MedicationStatement.subject [
fhir:Reference.reference [ fhir:value "Patient/ExamplePatient" ]
];
fhir:MedicationStatement.effectivePeriod [
fhir:Period.start [ fhir:value "2017-05-02"^^xsd:date ]
];
fhir:MedicationStatement.dosage [
fhir:index 0;
fhir:Dosage.timing [
fhir:Timing.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:73775008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "73775008" ];
fhir:Coding.display [ fhir:value "Morning (qualifier value)" ] ], [
fhir:index 1;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-TimingEvent" ];
fhir:Coding.code [ fhir:value "CM" ];
fhir:Coding.display [ fhir:value "Morgens" ] ] ] ];
fhir:Dosage.doseAndRate [
fhir:index 0;
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "https://www.charite.de/fhir/medikationsplan/Extension/freitext" ];
fhir:Extension.valueString [ fhir:value "10 IE" ] ];
fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "IE" ];
fhir:Quantity.system [ fhir:value "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT" ];
fhir:Quantity.code [ fhir:value "p" ] ] ]
], [
fhir:index 1;
fhir:Dosage.timing [
fhir:Timing.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:71997007;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "71997007" ];
fhir:Coding.display [ fhir:value "Noon (qualifier value)" ] ], [
fhir:index 1;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-TimingEvent" ];
fhir:Coding.code [ fhir:value "CD" ];
fhir:Coding.display [ fhir:value "Mittags" ] ] ] ];
fhir:Dosage.doseAndRate [
fhir:index 0;
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "https://www.charite.de/fhir/medikationsplan/Extension/freitext" ];
fhir:Extension.valueString [ fhir:value "6 IE" ] ];
fhir:Quantity.value [ fhir:value "6"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "IE" ];
fhir:Quantity.system [ fhir:value "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT" ];
fhir:Quantity.code [ fhir:value "p" ] ] ]
], [
fhir:index 2;
fhir:Dosage.timing [
fhir:Timing.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:3157002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "3157002" ];
fhir:Coding.display [ fhir:value "Evening (qualifier value)" ] ], [
fhir:index 1;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-TimingEvent" ];
fhir:Coding.code [ fhir:value "CV" ];
fhir:Coding.display [ fhir:value "Abends" ] ] ] ];
fhir:Dosage.doseAndRate [
fhir:index 0;
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "https://www.charite.de/fhir/medikationsplan/Extension/freitext" ];
fhir:Extension.valueString [ fhir:value "8 IE" ] ];
fhir:Quantity.value [ fhir:value "8"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "IE" ];
fhir:Quantity.system [ fhir:value "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT" ];
fhir:Quantity.code [ fhir:value "p" ] ] ]
], [
fhir:index 3;
fhir:Dosage.timing [
fhir:Timing.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:2546009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "2546009" ];
fhir:Coding.display [ fhir:value "Night time (qualifier value)" ] ], [
fhir:index 1;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-TimingEvent" ];
fhir:Coding.code [ fhir:value "HS" ];
fhir:Coding.display [ fhir:value "zur Nacht" ] ] ] ];
fhir:Dosage.doseAndRate [
fhir:index 0;
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "https://www.charite.de/fhir/medikationsplan/Extension/freitext" ];
fhir:Extension.valueString [ fhir:value "0 IE" ] ];
fhir:Quantity.value [ fhir:value "0"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "IE" ];
fhir:Quantity.system [ fhir:value "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT" ];
fhir:Quantity.code [ fhir:value "p" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ BIH@Charité. Package de.mp4p#0.1.0 based on FHIR 4.0.1. Generated 2022-11-28
Links: Table of Contents |
QA Report