@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Procedure; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "DiagnosticMethod-Endoscopy20181201"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-procedure-diagnosticmethod"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource \"DiagnosticMethod-Endoscopy20181201\"

Profile: CH CRL Procedure Diagnostic Method

status: completed

category: Diagnostic staging procedure PhenX (LOINC#67183-4)

code: Endoscopy (NKRS - Diagnostic Methods Used#11)

subject: Patient/RobertMeier \" MEIER\"

performed: 2018-12-01T13:00:00+02:00

Performers

-ActorOnBehalfOf
*Organization/AbteilungGastro \"Abteilung Gastroenterologie\"Organization/SpitalSeeblickDoktorGastro \"Spital Seeblick\"

reasonReference: Observation/ICD-10-Kolon-preliminary

" ]; fhir:Procedure.status [ fhir:value "completed"]; fhir:Procedure.category [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:67183-4; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "67183-4" ]; fhir:Coding.display [ fhir:value "Diagnostic staging procedure PhenX" ] ] ]; fhir:Procedure.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-diagnosticmethodsused" ]; fhir:Coding.code [ fhir:value "11" ]; fhir:Coding.display [ fhir:value "Endoscopy" ] ] ]; fhir:Procedure.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/RobertMeier" ] ]; fhir:Procedure.performedDateTime [ fhir:value "2018-12-01T13:00:00+02:00"^^xsd:dateTime]; fhir:Procedure.performer [ fhir:index 0; fhir:Procedure.performer.actor [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/AbteilungGastro" ] ]; fhir:Procedure.performer.onBehalfOf [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/SpitalSeeblickDoktorGastro" ] ] ]; fhir:Procedure.reasonReference [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/ICD-10-Kolon-preliminary" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------