HL7 FHIR Implementation Guide: Sri Lanka, published by Jembi Health Systems. This is not an authorized publication; it is the continuous build for version 0.1.0. This version is based on the current content of https://github.com/jembi/Sri-Lanka and changes regularly. See the Directory of published versions
: Procedures - XML Representation
Raw xml | Download
<Procedure xmlns="http://hl7.org/fhir">
<id value="ProceduresExample"/>
<meta>
<profile
value="http://openhie.org/fhir/sri-lanka/StructureDefinition/procedure"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Procedure</b><a name="ProceduresExample"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Procedure "ProceduresExample" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-procedure.html">Procedures</a></p></div><p><b>status</b>: in-progress</p><p><b>category</b>: 409073007 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#409073007)</span></p><p><b>code</b>: X-Ray <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-cs-procedure-imaging.html">Procedures</a>#X-Ray)</span></p><p><b>subject</b>: <a href="Patient-HHIMSPatientExample.html">Patient/HHIMSPatientExample</a> " SMITH"</p><p><b>encounter</b>: <a href="Encounter-TargetFacilityEncounterExample.html">Encounter/TargetFacilityEncounterExample</a></p><p><b>performed</b>: 2023-10-11 17:21:33-0800</p><p><b>recorder</b>: <a href="Practitioner-GeneralPractitionerExample.html">Practitioner/GeneralPractitionerExample</a> " SMITH"</p><p><b>asserter</b>: <a href="Practitioner-GeneralPractitionerExample.html">Practitioner/GeneralPractitionerExample</a> " SMITH"</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-GeneralPractitionerExample.html">Practitioner/GeneralPractitionerExample</a> " SMITH"</td></tr></table><p><b>location</b>: <a href="Location-ProvidersLocationExample.html">Location/ProvidersLocationExample</a> "Name for the location"</p></div>
</text>
<status value="in-progress"/>
<category>
<coding>
<system value="http://snomed.info/sct"/>
<code value="409073007"/>
</coding>
</category>
<code>
<coding>
<system
value="http://openhie.org/fhir/sri-lanka/CodeSystem/cs-procedure-imaging"/>
<code value="X-Ray"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/HHIMSPatientExample"/>
</subject>
<encounter>🔗
<reference value="Encounter/TargetFacilityEncounterExample"/>
</encounter>
<performedDateTime value="2023-10-11T17:21:33-08:00"/>
<recorder>🔗
<reference value="Practitioner/GeneralPractitionerExample"/>
</recorder>
<asserter>🔗
<reference value="Practitioner/GeneralPractitionerExample"/>
</asserter>
<performer>
<actor>🔗
<reference value="Practitioner/GeneralPractitionerExample"/>
</actor>
</performer>
<location>🔗
<reference value="Location/ProvidersLocationExample"/>
</location>
</Procedure>