@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Composition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "1-1-MedicationTreatmentPlan"]; # fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-composition-medicationtreatmentplan"; fhir:index 0; fhir:link ] ]; # fhir:Resource.language [ fhir:value "de-CH"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

Generated Narrative: Composition

Resource Composition "1-1-MedicationTreatmentPlan" (Language "de-CH")

Profile: CH EMED Medication Treatment Plan Composition

EPR Information Recipient: Patient/MonikaWegmuellerRecipient " WEGMÜLLER"

identifier: id: urn:uuid:c9f758a1-296c-4710-84d4-e181db8c7478

status: final

type: Medication treatment plan.extended (LOINC#77603-9; SNOMED CT#419891008 "Record artifact (record artifact)")

date: 2011-11-29 11:00:00+0100

author: PractitionerRole/FamilienHausarztAtHausarzt

title: Therapieentscheid Medikation

confidentiality: N

custodian: Organization/Custodian "Hausarzt"

" ]; # fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-informationrecipient" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/MonikaWegmuellerRecipient" ] ] ]; # fhir:Composition.identifier [ fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:uuid:c9f758a1-296c-4710-84d4-e181db8c7478" ] ]; # fhir:Composition.status [ fhir:value "final"]; # fhir:Composition.type [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:77603-9; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "77603-9" ]; fhir:Coding.display [ fhir:value "Medication treatment plan.extended" ] ], [ fhir:index 1; a sct:419891008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "419891008" ]; fhir:Coding.display [ fhir:value "Record artifact (record artifact)" ] ] ]; # fhir:Composition.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/MonikaWegmueller" ] ]; # fhir:Composition.date [ fhir:value "2011-11-29T11:00:00+01:00"^^xsd:dateTime]; # fhir:Composition.author [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/FamilienHausarztAtHausarzt" ] ]; # fhir:Composition.title [ fhir:value "Therapieentscheid Medikation"]; # fhir:Composition.confidentiality [ fhir:value "N"; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-confidentialitycode" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:17621005; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "17621005" ]; fhir:Coding.display [ fhir:value "Normally accessible" ] ] ] ] ]; # fhir:Composition.custodian [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/Custodian" ] ]; # fhir:Composition.section [ fhir:index 0; fhir:Composition.section.title [ fhir:value "Medikamentöser Behandlungsplan" ]; fhir:Composition.section.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:77604-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "77604-7" ]; fhir:Coding.display [ fhir:value "Medication treatment plan.brief" ] ] ]; fhir:Composition.section.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PräpartenameWirkstoffnameGalenische FormDosis pro EinheitDos.MorgenDos.MittagDos.AbendDos.NachtVerabreichungswegKommentarAnwendungsdauerBehandlungsgrund
TriatecRamiprilTbl2.5 mg0.5000oral\n \n Bluthochdruck
\n
" ]; fhir:Composition.section.entry [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "MedicationStatement/1-1-MedStatTriatec" ] ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------