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

Profile: CH EMED Medication Card Composition

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

identifier: id: urn:uuid:6b6ed376-a7da-44cb-92d1-e75ce1ae73b0

status: final

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

date: 2012-02-04 14:05:00+0100

author: PractitionerRole/FamilienHausarztAtHausarzt

title: Medikationsplan

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:6b6ed376-a7da-44cb-92d1-e75ce1ae73b0" ] ]; # 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-04T14:05: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 "Medikationsplan"]; # 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 "Kommentar" ]; fhir:Composition.section.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:48767-8; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "48767-8" ]; fhir:Coding.display [ fhir:value "Annotation comment" ] ] ]; fhir:Composition.section.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "
\n \n Kommentar zu Medication Treatment\n \n
" ] ], [ fhir:index 1; fhir:Composition.section.title [ fhir:value "Original Darstellung" ]; fhir:Composition.section.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:55108-5; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "55108-5" ]; fhir:Coding.display [ fhir:value "Clinical presentation" ] ] ]; fhir:Composition.section.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "
\n Representation of the original view:\n \n
" ]; fhir:Composition.section.entry [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Binary/2-7-pdf" ] ] ], [ fhir:index 2; 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.entry [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "MedicationStatement/2-7-MedStatBeloczok" ] ], [ fhir:index 1; fhir:link ; fhir:Reference.reference [ fhir:value "MedicationStatement/2-7-MedStatNorvasc" ] ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------