@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 "2-1-MedicationList"]; # fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-composition-medicationlist"; 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 "2-1-MedicationList" (Language "de-CH")

Profile: CH EMED Medication List Composition

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

identifier: id: urn:uuid:17931678-20b4-11e6-b67b-9e71128cae77

status: final

type: Medication summary (LOINC#56445-0; SNOMED CT#721912009 "Medication summary document (record artifact)")

date: 2012-02-04 13:55:00+0100

author: Device/Device

title: Medikationsliste

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:17931678-20b4-11e6-b67b-9e71128cae77" ] ]; # fhir:Composition.status [ fhir:value "final"]; # fhir:Composition.type [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:56445-0; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "56445-0" ]; fhir:Coding.display [ fhir:value "Medication summary" ] ], [ fhir:index 1; a sct:721912009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "721912009" ]; fhir:Coding.display [ fhir:value "Medication summary document (record artifact)" ] ] ]; # fhir:Composition.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/MonikaWegmueller" ] ]; # fhir:Composition.date [ fhir:value "2012-02-04T13:55:00+01:00"^^xsd:dateTime]; # fhir:Composition.author [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Device/Device" ] ]; # fhir:Composition.title [ fhir:value "Medikationsliste"]; # 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 "Medikamentenliste" ]; fhir:Composition.section.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:10160-0; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "10160-0" ]; fhir:Coding.display [ fhir:value "History of medication use" ] ] ]; 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/2-1-MedStatTriatec" ] ], [ fhir:index 1; fhir:link ; fhir:Reference.reference [ fhir:value "MedicationDispense/2-1-MedDispTriatec" ] ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------