@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Procedure; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "f201"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "f201"

instantiatesCanonical: http://example.org/fhir/PlanDefinition/KDN5

status: completed

code: Chemotherapy (SNOMED CT#367336001)

subject: Patient/f201: Roel "Roel"

encounter: Encounter/f202: Roel's encounter on January 28th, 2013

performed: 2013-01-28T13:31:00+01:00 --> 2013-01-28T14:27:00+01:00

Performers

-FunctionActor
*Medical oncologist (SNOMED CT#310512001)Practitioner/f201: Dokter Bronsig "Dokter Bronsig"

reasonCode: DiagnosticReport/f201 ()

bodySite: Sphenoid bone (SNOMED CT#272676008)

note: Eerste neo-adjuvante TPF-kuur bij groot proces in sphenoid met intracraniale uitbreiding.

" ]; fhir:Procedure.instantiatesCanonical [ fhir:value "http://example.org/fhir/PlanDefinition/KDN5"; fhir:index 0; fhir:link ]; fhir:Procedure.status [ fhir:value "completed"]; fhir:Procedure.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:367336001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "367336001" ]; fhir:Coding.display [ fhir:value "Chemotherapy" ] ] ]; fhir:Procedure.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/f201" ]; fhir:Reference.display [ fhir:value "Roel" ] ]; fhir:Procedure.encounter [ fhir:link ; fhir:Reference.reference [ fhir:value "Encounter/f202" ]; fhir:Reference.display [ fhir:value "Roel's encounter on January 28th, 2013" ] ]; fhir:Procedure.performedPeriod [ fhir:Period.start [ fhir:value "2013-01-28T13:31:00+01:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2013-01-28T14:27:00+01:00"^^xsd:dateTime ] ]; fhir:Procedure.performer [ fhir:index 0; fhir:Procedure.performer.function [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:310512001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "310512001" ]; fhir:Coding.display [ fhir:value "Medical oncologist" ] ] ]; fhir:Procedure.performer.actor [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/f201" ]; fhir:Reference.display [ fhir:value "Dokter Bronsig" ] ] ]; fhir:Procedure.reasonCode [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "DiagnosticReport/f201" ] ]; fhir:Procedure.bodySite [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:272676008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "272676008" ]; fhir:Coding.display [ fhir:value "Sphenoid bone" ] ] ]; fhir:Procedure.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "Eerste neo-adjuvante TPF-kuur bij groot proces in sphenoid met intracraniale uitbreiding." ] ] . a fhir:Patient . a fhir:Encounter . a fhir:Practitioner . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------