@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Communication; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "CommMeier"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-communication"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "Generated NarrativeResource \"CommMeier\" Profile: CH CRL Communicationstatus: completedsubject: Patient/RobertMeier \" MEIER\"topic: 2018-12-07 ([not stated])sent: 2018-12-07T13:00:00+02:00" ]; fhir:Communication.status [ fhir:value "completed"]; fhir:Communication.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/RobertMeier" ] ]; fhir:Communication.topic [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.display [ fhir:value "2018-12-07" ] ] ]; fhir:Communication.sent [ fhir:value "2018-12-07T13:00:00+02:00"^^xsd:dateTime] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------
Generated Narrative
Resource \"CommMeier\"
Profile: CH CRL Communication
status: completed
subject: Patient/RobertMeier \" MEIER\"
topic: 2018-12-07 ([not stated])
sent: 2018-12-07T13:00:00+02:00