Finnish Base Profiles
1.0.0-rc21 - qa-preview Finland flag

This page is part of the Finnish Base Profiles (v1.0.0-rc21: QA Preview) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Procedure Colotomy example - XML Representation

Raw xml | Download



<Procedure xmlns="http://hl7.org/fhir">
  <id value="ProcedureColotomy"/>
  <meta>
    <profile
             value="https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-procedure"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Procedure</b><a name="ProcedureColotomy"> </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 &quot;ProcedureColotomy&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fi-base-procedure.html">Fi Base Procedure</a></p></div><p><b>identifier</b>: id: 3456</p><p><b>status</b>: completed</p><p><b>category</b>: TOI <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#TOI)</span></p><p><b>code</b>: Colotomy <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#JFA16; <a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#9215005)</span></p><p><b>subject</b>: <a href="Patient-patient-of-municipality.html">Patient/patient-of-municipality</a> &quot; HENKILÖ&quot;</p><p><b>performed</b>: 2022-06-08 09:00:00+0000</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-practitioner-licensed-physician.html">Practitioner/practitioner-licensed-physician</a> &quot; DOCTOR&quot;</td></tr></table><p><b>location</b>: <a href="Location-LocationExample.html">Location/LocationExample</a> &quot;Kirurgian poliklinikka&quot;</p></div>
  </text>
  <identifier>
    <value value="3456"/>
  </identifier>
  <status value="completed"/>
  <category>
    <coding>
      <system value="urn:oid:1.2.246.537.6.601"/>
      <code value="TOI"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="urn:oid:1.2.246.537.6.2"/>
      <code value="JFA16"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="9215005"/>
    </coding>
    <text value="Colotomy"/>
  </code>
  <subject>
    <reference value="Patient/patient-of-municipality"/>
  </subject>
  <performedDateTime value="2022-06-08T09:00:00.000Z"/>
  <performer>
    <actor>
      <reference value="Practitioner/practitioner-licensed-physician"/>
    </actor>
  </performer>
  <location>
    <reference value="Location/LocationExample"/>
  </location>
</Procedure>