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

Generated Narrative

Resource "example-implant"

status: completed

code: Implant Pacemaker (SNOMED CT#25267002 "Insertion of intracardiac pacemaker (procedure)")

subject: Patient/example "Peter CHALMERS"

performed: 2015-04-05

Performers

-Actor
*Practitioner/example: Dr Cecil Surgeon "Adam CAREFUL"

reasonCode: Bradycardia ()

followUp: ROS 5 days - 2013-04-10 ()

note: Routine Appendectomy. Appendix was inflamed and in retro-caecal position

FocalDevices

-ActionManipulated
*Implanted (Procedure Device Action Codes#implanted)Device/example-pacemaker
" ]; fhir:Procedure.status [ fhir:value "completed"]; fhir:Procedure.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:25267002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "25267002" ]; fhir:Coding.display [ fhir:value "Insertion of intracardiac pacemaker (procedure)" ] ]; fhir:CodeableConcept.text [ fhir:value "Implant Pacemaker" ] ]; fhir:Procedure.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Procedure.performedDateTime [ fhir:value "2015-04-05"^^xsd:date]; fhir:Procedure.performer [ fhir:index 0; fhir:Procedure.performer.actor [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example" ]; fhir:Reference.display [ fhir:value "Dr Cecil Surgeon" ] ] ]; fhir:Procedure.reasonCode [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "Bradycardia" ] ]; fhir:Procedure.followUp [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "ROS 5 days - 2013-04-10" ] ]; fhir:Procedure.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "Routine Appendectomy. Appendix was inflamed and in retro-caecal position" ] ]; fhir:Procedure.focalDevice [ fhir:index 0; fhir:Procedure.focalDevice.action [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/device-action" ]; fhir:Coding.code [ fhir:value "implanted" ] ] ]; fhir:Procedure.focalDevice.manipulated [ fhir:link ; fhir:Reference.reference [ fhir:value "Device/example-pacemaker" ] ] ] . a fhir:Patient . a fhir:Practitioner . a fhir:Device . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------