@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Composition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "CompUC1aGastro20181201"]; 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 \"CompUC1aGastro20181201\"

Profile: CH CRL Composition

status: final

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

date: 2018-12-01T13: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 "2018-12-01T13: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 "Report as PDF" ]; 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 Document" ] ] ]; fhir:Composition.section.entry [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "DocumentReference/DocuUC1aGastro20181201" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------