@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 "CompUC1bGastro20190617"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-composition"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource \"CompUC1bGastro20190617\"

Profile: CH CRL Composition

status: final

type: Cancer event report (LOINC#72134-0)

date: 2019-06-17T13:00:00+02:00

author: Organization/AbteilungGastro \"Abteilung Gastroenterologie\"

title: Bericht Koloskopie

" ]; fhir:Composition.status [ fhir:value "final"]; fhir:Composition.type [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:72134-0; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "72134-0" ]; fhir:Coding.display [ fhir:value "Cancer event report" ] ] ]; fhir:Composition.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/RobertMeier" ] ]; fhir:Composition.date [ fhir:value "2019-06-17T13:00:00+02:00"^^xsd:dateTime]; fhir:Composition.author [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/AbteilungGastro" ] ]; fhir:Composition.title [ fhir:value "Bericht Koloskopie"]; fhir:Composition.section [ fhir:index 0; fhir:Composition.section.title [ fhir:value "Diagnosis" ]; fhir:Composition.section.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:29308-4; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "29308-4" ]; fhir:Coding.display [ fhir:value "Diagnosis" ] ] ]; fhir:Composition.section.entry [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Procedure/DiagnosticMethod-Endoscopy20190617" ] ], [ fhir:index 1; fhir:link ; fhir:Reference.reference [ fhir:value "Procedure/DiagnosticMethod-Biopsy20190617" ] ] ], [ fhir:index 1; fhir:Composition.section.title [ fhir:value "Course of disease" ]; fhir:Composition.section.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:246453008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "246453008" ]; fhir:Coding.display [ fhir:value "Course of illness (attribute)" ] ] ]; fhir:Composition.section.entry [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/TypeRecurrenceTransformation-Relapse20190617" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------