@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "2-5-MedicationTreatmentPlan"]; # fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2020-03-09T12:31:59.738+00:00"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-document-medicationtreatmentplan"; fhir:index 0; fhir:link ] ]; # fhir:Bundle.identifier [ fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:uuid:5712fffe-20c6-11e6-b67b-9e71128cae77" ] ]; # fhir:Bundle.type [ fhir:value "document"]; # fhir:Bundle.timestamp [ fhir:value "2012-02-04T14:00:00+01:00"^^xsd:dateTime]; # fhir:Bundle.entry [ fhir:index 0; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.ch/r4/Composition/2-5-MedicationTreatmentPlan" ]; fhir:Bundle.entry.resource ], [ fhir:index 1; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.ch/r4/Patient/MonikaWegmueller" ]; fhir:Bundle.entry.resource ], [ fhir:index 2; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.ch/r4/PractitionerRole/FamilienHausarztAtHausarzt" ]; fhir:Bundle.entry.resource ], [ fhir:index 3; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.ch/r4/Practitioner/FamilienHausarzt" ]; fhir:Bundle.entry.resource ], [ fhir:index 4; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.ch/r4/Organization/Hausarzt" ]; fhir:Bundle.entry.resource ], [ fhir:index 5; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.ch/r4/Organization/Custodian" ]; fhir:Bundle.entry.resource ], [ fhir:index 6; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.ch/r4/Patient/MonikaWegmuellerRecipient" ]; fhir:Bundle.entry.resource ], [ fhir:index 7; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.ch/r4/MedicationStatement/2-5-MedStatNorvasc" ]; fhir:Bundle.entry.resource ] . # a fhir:Composition; fhir:Resource.id [ fhir:value "2-5-MedicationTreatmentPlan"]; # 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-5-MedicationTreatmentPlan" (Language "de-CH")

EPR Information Recipient: See above (Patient/MonikaWegmuellerRecipient)

identifier: id: urn:uuid:5712fffe-20c6-11e6-b67b-9e71128cae77

status: final

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

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

author: See above (PractitionerRole/FamilienHausarztAtHausarzt)

title: Therapieentscheid Medikation

confidentiality: N

custodian: See above (Organization/Custodian)

" ]; # 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:5712fffe-20c6-11e6-b67b-9e71128cae77" ] ]; # 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 "2012-02-04T14: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
NorvascAmlodipinTbl10 mg1010oral\n \n Bluthochdruck
\n
" ]; fhir:Composition.section.entry [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "MedicationStatement/2-5-MedStatNorvasc" ] ] ] . # a fhir:Patient; fhir:Resource.id [ fhir:value "MonikaWegmueller"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Patient

Resource Patient "MonikaWegmueller"

identifier: Medical record number: 11111111

name: Monika Wegmüller

gender: female

birthDate: 1943-05-15

address: Wiesenstr. 12 Zürich 8003 CH

" ]; # fhir:Patient.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "MR" ] ] ]; fhir:Identifier.system [ fhir:value "urn:oid:2.999.1" ]; fhir:Identifier.value [ fhir:value "11111111" ] ]; # fhir:Patient.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Wegmüller" ]; fhir:HumanName.given [ fhir:value "Monika"; fhir:index 0 ] ]; # fhir:Patient.gender [ fhir:value "female"]; # fhir:Patient.birthDate [ fhir:value "1943-05-15"^^xsd:date]; # fhir:Patient.address [ fhir:index 0; fhir:Address.line [ fhir:value "Wiesenstr. 12"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Zürich" ]; fhir:Address.postalCode [ fhir:value "8003" ]; fhir:Address.country [ fhir:value "CH" ] ] . # a fhir:PractitionerRole; fhir:Resource.id [ fhir:value "FamilienHausarztAtHausarzt"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: PractitionerRole

Resource PractitionerRole "FamilienHausarztAtHausarzt"

practitioner: See above (Practitioner/FamilienHausarzt)

organization: See above (Organization/Hausarzt)

" ]; # fhir:PractitionerRole.practitioner [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/FamilienHausarzt" ] ]; # fhir:PractitionerRole.organization [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/Hausarzt" ] ] . # a fhir:Practitioner; fhir:Resource.id [ fhir:value "FamilienHausarzt"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Practitioner

Resource Practitioner "FamilienHausarzt"

identifier: id: 7601000234438

name: Familien Hausarzt

" ]; # fhir:Practitioner.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.51.1.3" ]; fhir:Identifier.value [ fhir:value "7601000234438" ] ]; # fhir:Practitioner.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Hausarzt" ]; fhir:HumanName.given [ fhir:value "Familien"; fhir:index 0 ] ] . # a fhir:Organization; fhir:Resource.id [ fhir:value "Hausarzt"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Organization

Resource Organization "Hausarzt"

identifier: id: 7601000234438

name: Hausarzt

address: Krankenstrasse 2 Zürich 8005 CH

" ]; # fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.51.1.3" ]; fhir:Identifier.value [ fhir:value "7601000234438" ] ]; # fhir:Organization.name [ fhir:value "Hausarzt"]; # fhir:Organization.address [ fhir:index 0; fhir:Address.line [ fhir:value "Krankenstrasse 2"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Zürich" ]; fhir:Address.postalCode [ fhir:value "8005" ]; fhir:Address.country [ fhir:value "CH" ] ] . # a fhir:Organization; fhir:Resource.id [ fhir:value "Custodian"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Organization

Resource Organization "Custodian"

identifier: id: 7601000234438

name: Hausarzt

" ]; # fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.51.1.3" ]; fhir:Identifier.value [ fhir:value "7601000234438" ] ]; # fhir:Organization.name [ fhir:value "Hausarzt"] . # a fhir:Patient; fhir:Resource.id [ fhir:value "MonikaWegmuellerRecipient"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Patient

Resource Patient "MonikaWegmuellerRecipient"

name: Monika Wegmüller

address: Wiesenstr. 12 Zürich 8003 CH

" ]; # fhir:Patient.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Wegmüller" ]; fhir:HumanName.given [ fhir:value "Monika"; fhir:index 0 ] ]; # fhir:Patient.address [ fhir:index 0; fhir:Address.line [ fhir:value "Wiesenstr. 12"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Zürich" ]; fhir:Address.postalCode [ fhir:value "8003" ]; fhir:Address.country [ fhir:value "CH" ] ] . # a fhir:MedicationStatement; fhir:Resource.id [ fhir:value "2-5-MedStatNorvasc"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

Generated Narrative: MedicationStatement

Resource MedicationStatement "2-5-MedStatNorvasc"

Narrative Link: #mtp.1

identifier: id: urn:uuid:5712fffe-20c6-11e6-b67b-9e71128cae77

status: active

medication:

code: NORVASC Tabl 10 mg (unknown#7680500440334)

form: Tablet (EDQM - Standard Terms#10219000)

amount: 30 Tablet (unit of presentation) (Details: SNOMED CT code 732936001 = 'Tablet (unit of presentation)')/1 Package (Details: UCUM code {Package} = '{Package}')

Ingredients

-Item[x]Strength
*Amlodipine (SNOMED CT#386864001 "Amlodipine (substance)")10 milligram (Details: UCUM code mg = 'mg')/1 Tablet (unit of presentation) (Details: SNOMED CT code 732936001 = 'Tablet (unit of presentation)')

subject: See above (Patient/MonikaWegmueller)

reasonCode: Bluthochdruck ()

dosage

patientInstruction: -

timing: Starting 2012-02-04, , ?ngen-6?, ?ngen-6?

route: Oral use (EDQM - Standard Terms#20053000)


Generated Narrative: Medication #med

code: NORVASC Tabl 10 mg (unknown#7680500440334)

form: Tablet (EDQM - Standard Terms#10219000)

amount: 30 Tablet (unit of presentation) (Details: SNOMED CT code 732936001 = 'Tablet (unit of presentation)')/1 Package (Details: UCUM code {Package} = '{Package}')

Ingredients

-Item[x]Strength
*Amlodipine (SNOMED CT#386864001 "Amlodipine (substance)")10 milligram (Details: UCUM code mg = 'mg')/1 Tablet (unit of presentation) (Details: SNOMED CT code 732936001 = 'Tablet (unit of presentation)')
" ]; # fhir:DomainResource.contained [ a fhir:Medication; fhir:index 0; fhir:Resource.id [ fhir:value "med" ]; fhir:Medication.code [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/narrativeLink" ]; fhir:Extension.valueUrl [ fhir:value "#mtp.1" ] ]; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.51.1.1" ]; fhir:Coding.code [ fhir:value "7680500440334" ]; fhir:Coding.display [ fhir:value "NORVASC Tabl 10 mg" ] ]; fhir:CodeableConcept.text [ fhir:value "NORVASC Tabl 10 mg" ] ]; fhir:Medication.form [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:0.4.0.127.0.16.1.1.2.1" ]; fhir:Coding.code [ fhir:value "10219000" ]; fhir:Coding.display [ fhir:value "Tablet" ] ] ]; fhir:Medication.amount [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "Tablet (unit of presentation)" ]; fhir:Quantity.system [ fhir:value "http://snomed.info/sct" ]; fhir:Quantity.code [ fhir:value "732936001" ] ]; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "Package" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "{Package}" ] ] ]; fhir:Medication.ingredient [ fhir:index 0; fhir:Medication.ingredient.itemCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:386864001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "386864001" ]; fhir:Coding.display [ fhir:value "Amlodipine (substance)" ] ]; fhir:CodeableConcept.text [ fhir:value "Amlodipine" ] ]; fhir:Medication.ingredient.strength [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "milligram" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mg" ] ]; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "Tablet (unit of presentation)" ]; fhir:Quantity.system [ fhir:value "http://snomed.info/sct" ]; fhir:Quantity.code [ fhir:value "732936001" ] ] ] ] ]; # fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/narrativeLink" ]; fhir:Extension.valueUrl [ fhir:value "#mtp.1" ] ]; # fhir:MedicationStatement.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:uuid:5712fffe-20c6-11e6-b67b-9e71128cae77" ] ]; # fhir:MedicationStatement.status [ fhir:value "active"]; # fhir:MedicationStatement.medicationReference [ fhir:Reference.reference [ fhir:value "#med" ] ]; # fhir:MedicationStatement.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/MonikaWegmueller" ] ]; # fhir:MedicationStatement.reasonCode [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/narrativeLink" ]; fhir:Extension.valueUrl [ fhir:value "#mtp.1.reason" ] ]; fhir:CodeableConcept.text [ fhir:value "Bluthochdruck" ] ]; # fhir:MedicationStatement.dosage [ fhir:index 0; fhir:Dosage.patientInstruction [ fhir:value "-" ]; fhir:Dosage.timing [ fhir:Timing.repeat [ fhir:Timing.repeat.boundsPeriod [ fhir:Period.start [ fhir:value "2012-02-04"^^xsd:date ] ]; fhir:Timing.repeat.when [ fhir:value "MORN"; fhir:index 0 ], [ fhir:value "EVE"; fhir:index 1 ] ] ]; fhir:Dosage.route [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:0.4.0.127.0.16.1.1.2.1" ]; fhir:Coding.code [ fhir:value "20053000" ]; fhir:Coding.display [ fhir:value "Oral use" ] ] ]; fhir:Dosage.doseAndRate [ fhir:index 0; fhir:Dosage.doseAndRate.doseQuantity [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "Tablet (unit of presentation)" ]; fhir:Quantity.system [ fhir:value "http://snomed.info/sct" ]; fhir:Quantity.code [ fhir:value "732936001" ] ] ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------