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

Generated Narrative

Resource \"MethodFirstDetection-ClinicalSymptoms\"

Profile: CH CRL Procedure Method of First Detection

status: completed

category: Cancer detection basis (LOINC#75692-4)

code: Clinical symptoms (NKRS - Method of First Detection#1)

subject: Patient/FranzMinimum \" MINIMUM\"

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

reasonReference: Observation/ICD-10

" ]; fhir:Procedure.status [ fhir:value "completed"]; fhir:Procedure.category [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:75692-4; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "75692-4" ]; fhir:Coding.display [ fhir:value "Cancer detection basis" ] ] ]; fhir:Procedure.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-methodfirstdetection" ]; fhir:Coding.code [ fhir:value "1" ]; fhir:Coding.display [ fhir:value "Clinical symptoms" ] ] ]; fhir:Procedure.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/FranzMinimum" ] ]; fhir:Procedure.performedDateTime [ fhir:value "2018-12-15T13:00:00+02:00"^^xsd:dateTime]; fhir:Procedure.reasonReference [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/ICD-10" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------