This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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": "f003", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "status": "completed", "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "172960003", "display": "Incision of retropharyngeal abscess" } ] }, "bodySite": [ { "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "83030008", "display": "Retropharyngeal area" } ] } } ], "indication": [ { "text": "abcess in retropharyngeal area" } ], "performer": [ { "person": { "reference": "Practitioner/f001", "display": "E.M.J.M. van den broek" }, "role": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.2.4.15.111", "code": "01.000", "display": "Arts" } ], "text": "Care role" } } ], "performedPeriod": { "start": "2013-03-24T09:30:10+01:00", "end": "2013-03-24T10:30:10+01:00" }, "encounter": { "reference": "Encounter/f003" }, "outcome": { "text": "removal of the retropharyngeal abscess" }, "report": [ { "reference": "DiagnosticReport/f001", "display": "Lab results blood test" } ], "followUp": [ { "text": "described in care plan" } ] }
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.