This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Real-world procedure example
{ "resourceType": "Procedure", "id": "f201", "text": { "status": "generated", "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>subject</b>: <a>Roel</a></p><p><b>status</b>: completed</p><p><b>code</b>: Chemotherapy <span>(Details : {SNOMED CT code '367336001' = 'Chemotherapy (procedure)', given as 'Chemotherapy'})</span></p><p><b>bodySite</b>: Sphenoid bone <span>(Details : {SNOMED CT code '272676008' = 'Entire sphenoid bone (body structure)', given as 'Sphenoid bone'})</span></p><p><b>reason</b>: DiagnosticReport/f201 <span>(Details )</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td><td><b>Role</b></td></tr><tr><td>*</td><td><a>Dokter Bronsig</a></td><td>Medical oncologist <span>(Details : {SNOMED CT code '310512001' = 'Medical oncologist (occupation)', given as 'Medical oncologist'})</span></td></tr></table><p><b>performed</b>: 28/01/2013 1:31:00 PM --> 28/01/2013 2:27:00 PM</p><p><b>encounter</b>: <a>Roel's encounter on January 28th, 2013</a></p><p><b>notes</b>: Eerste neo-adjuvante TPF-kuur bij groot proces in sphenoid met intracraniale uitbreiding.</p></div>" }, "subject": { "reference": "Patient/f201", "_reference": { "fhir_comments": [ " It entails Roel's TPF treatment " ] }, "display": "Roel" }, "status": "completed", "code": { "coding": [ { "fhir_comments": [ " The procedure is TPF-based chemotherapy " ], "system": "http://snomed.info/sct", "code": "367336001", "display": "Chemotherapy" } ] }, "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "272676008", "display": "Sphenoid bone" } ] } ], "reasonCodeableConcept": { "text": "DiagnosticReport/f201" }, "performer": [ { "fhir_comments": [ " TODO Why can't this be Resource (any) AND String? " ], "actor": { "reference": "Practitioner/f201", "display": "Dokter Bronsig" }, "role": { "coding": [ { "system": "http://snomed.info/sct", "code": "310512001", "display": "Medical oncologist" } ] } } ], "performedPeriod": { "start": "2013-01-28T13:31:00+01:00", "end": "2013-01-28T14:27:00+01:00" }, "encounter": { "reference": "Encounter/f202", "display": "Roel's encounter on January 28th, 2013" }, "notes": [ { "fhir_comments": [ " No outcomes, reports, complications or follow-ups were available " ], "text": "Eerste neo-adjuvante TPF-kuur bij groot proces in sphenoid met intracraniale uitbreiding." } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.