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-2"];
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-2\"> </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-2" </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=\"Medication-ExampleMedication.html\">Medication/ExampleMedication</a></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Patient/ExamplePatient</a> " SCHUMANN"</p><p><b>effective</b>: 2021-01-03 --> (ongoing)</p><blockquote><p><b>dosage</b></p><p><b>timing</b>: Code: Noon (qualifier value)</p></blockquote></div>"
];
fhir:MedicationStatement.status [ fhir:value "active"];
fhir:MedicationStatement.medicationReference [
fhir:Reference.reference [ fhir:value "Medication/ExampleMedication" ]
];
fhir:MedicationStatement.subject [
fhir:Reference.reference [ fhir:value "Patient/ExamplePatient" ]
];
fhir:MedicationStatement.effectivePeriod [
fhir:Period.start [ fhir:value "2021-01-03"^^xsd:date ]
];
fhir:MedicationStatement.dosage [
fhir:index 0;
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 "1 Tablette" ] ] ] ]
].
# - 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