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

Profile: CH CRL Procedure Diagnostic Method

status: completed

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

code: Biopsy of primary tumour (NKRS - Diagnostic Methods Used#24)

subject: Patient/RobertMeier \" MEIER\"

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

reasonReference: Observation/ICD-10-Kolon-final

" ]; 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 "24" ]; fhir:Coding.display [ fhir:value "Biopsy of primary tumour" ] ] ]; fhir:Procedure.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/RobertMeier" ] ]; fhir:Procedure.performedDateTime [ fhir:value "2019-06-17T13:00:00+02:00"^^xsd:dateTime]; fhir:Procedure.reasonReference [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/ICD-10-Kolon-final" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------