LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Procedure Example - XML Representation

Raw xml | Download



<Procedure xmlns="http://hl7.org/fhir">
  <id value="CDMProcedureExample"/>
  <meta>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id">
      <valueString value="99999"/>
    </extension>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id">
      <valueString value="b069a545-9506-40c6-8498-23de2e189143"/>
    </extension>
    <source value="http://acme-health.com/emr1"/>
    <profile
             value="http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-procedure"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Procedure</b><a name="CDMProcedureExample"> </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 "CDMProcedureExample" </p><p style="margin-bottom: 0px">Information Source: http://acme-health.com/emr1!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-cdm-procedure.html">CDM Procedure</a></p></div><p><b>identifier</b>: Source System Row Identifier: 3c4c3b81-07d2-434a-8696-0d5f325b6519(use: OFFICIAL)</p><p><b>status</b>: completed</p><p><b>category</b>: Diagnostic procedure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#103693007)</span></p><p><b>code</b>: Clinical examination <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#5880005)</span></p><p><b>subject</b>: <a href="Patient-CDMPatientInstance.html">Patient/CDMPatientInstance</a> " MCLASTNAME"</p><p><b>encounter</b>: <a href="Encounter-CDMEncounterExample.html">Encounter/CDMEncounterExample</a></p><p><b>performed</b>: 2020-01-06 10:30:00+0000</p><p><b>recorder</b>: <a href="Practitioner-DrKelly.html">Practitioner/DrKelly</a> " KELLY"</p><p><b>asserter</b>: <a href="Practitioner-DrKelly.html">Practitioner/DrKelly</a> " KELLY"</p><h3>Performers</h3><table class="grid"><tr><td>-</td><td><b>Function</b></td><td><b>Actor</b></td><td><b>OnBehalfOf</b></td></tr><tr><td>*</td><td>General physician <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#59058001)</span></td><td><a href="Practitioner-DrKelly.html">Practitioner/DrKelly</a> " KELLY"</td><td><a href="Organization-GeneralHospital.html">Organization/GeneralHospital</a> "General Hospital"</td></tr></table><p><b>location</b>: <a href="Location-KellyClinic.html">Location/KellyClinic</a> "Kelly Clinic"</p><p><b>reasonCode</b>: Closed reduction of dislocation of foot and toe <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#1119007)</span></p><p><b>bodySite</b>: Structure of metatarsal region of foot <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#1484003)</span></p><p><b>outcome</b>: Successful <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#385669000)</span></p><p><b>complication</b>: Blister of foot without infection <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#1525003)</span></p><p><b>note</b>: Patient complained of pain in foot. Slight fracture suspected.  None found.  Blister looks fine, no infection. (By Practitioner/DrKelly @Jan 6, 2020, 10:45:00 AM)</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type"/>
        <code value="SSRI"/>
      </coding>
    </type>
    <system value="http://acme-health.com/emr1/procedure"/>
    <value value="3c4c3b81-07d2-434a-8696-0d5f325b6519"/>
    <assigner>
      <display value="Acme Health - EMR1"/>
    </assigner>
  </identifier>
  <status value="completed"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="103693007"/>
      <display value="Diagnostic procedure"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="5880005"/>
      <display value="Clinical examination"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/CDMPatientInstance"/>
  </subject>
  <encounter>
    <reference value="Encounter/CDMEncounterExample"/>
  </encounter>
  <performedDateTime value="2020-01-06T10:30:00Z"/>
  <recorder>
    <reference value="Practitioner/DrKelly"/>
  </recorder>
  <asserter>
    <reference value="Practitioner/DrKelly"/>
  </asserter>
  <performer>
    <function>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="59058001"/>
        <display value="General physician"/>
      </coding>
    </function>
    <actor>
      <reference value="Practitioner/DrKelly"/>
    </actor>
    <onBehalfOf>
      <reference value="Organization/GeneralHospital"/>
    </onBehalfOf>
  </performer>
  <location>
    <reference value="Location/KellyClinic"/>
  </location>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1119007"/>
      <display value="Closed reduction of dislocation of foot and toe"/>
    </coding>
  </reasonCode>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1484003"/>
      <display value="Structure of metatarsal region of foot"/>
    </coding>
  </bodySite>
  <outcome>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="385669000"/>
      <display value="Successful"/>
    </coding>
  </outcome>
  <complication>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1525003"/>
      <display value="Blister of foot without infection"/>
    </coding>
  </complication>
  <note>
    <authorReference>
      <reference value="Practitioner/DrKelly"/>
    </authorReference>
    <time value="2020-01-06T10:45:00Z"/>
    <text
          value="Patient complained of pain in foot. Slight fracture suspected.  None found.  Blister looks fine, no infection."/>
  </note>
</Procedure>