This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). 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
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
Real-world procedure example (id = "f201")
<Procedure xmlns="http://hl7.org/fhir"> <id value="f201"/> <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><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' = '367336001', given as 'Chemotherapy'})</span></p><p><b>bodySite</b>: Sphenoid bone <span>(Details : {SNOMED CT code '272676008' = '272676008', 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' = '310512001', 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></text><subject> <!-- It entails Roel's TPF treatment --> <reference value="Patient/f201"/> <display value="Roel"/> </subject> <status value="completed"/> <code> <!-- The procedure is TPF-based chemotherapy --> <coding> <system value="http://snomed.info/sct"/> <code value="367336001"/> <display value="Chemotherapy"/> </coding> </code> <bodySite> <coding> <system value="http://snomed.info/sct"/> <code value="272676008"/> <display value="Sphenoid bone"/> </coding> </bodySite> <reasonCodeableConcept> <text value="DiagnosticReport/f201"/> </reasonCodeableConcept> <!-- TODO Why can't this be Resource (any) AND String? --> <performer> <actor> <reference value="Practitioner/f201"/> <display value="Dokter Bronsig"/> </actor> <role> <coding> <system value="http://snomed.info/sct"/> <code value="310512001"/> <display value="Medical oncologist"/> </coding> </role> </performer> <performedPeriod> <start value="2013-01-28T13:31:00+01:00"/> <end value="2013-01-28T14:27:00+01:00"/> </performedPeriod> <encounter> <reference value="Encounter/f202"/> <display value="Roel's encounter on January 28th, 2013"/> </encounter> <!-- No outcomes, reports, complications or follow-ups were available --> <notes> <text value="Eerste neo-adjuvante TPF-kuur bij groot proces in sphenoid met intracraniale uitbreiding."/> </notes> </Procedure>
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.