Fujitsu Healthy Living Implementation Guide
1.1.28 - release

Publication Build: This will be filled in by the publication tooling

: clinical-trial-acme-procedure - XML Representation

Raw xml | Download



<Procedure xmlns="http://hl7.org/fhir">
  <id value="clinical-trial-acme-procedure"/>
  <meta>
    <profile
             value="http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-procedure"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Procedure</b><a name="clinical-trial-acme-procedure"> </a><a name="hcclinical-trial-acme-procedure"> </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;clinical-trial-acme-procedure&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fujitsu-procedure.html">Fujitsu Procedure Profile</a></p></div><p><b>status</b>: completed</p><p><b>code</b>: CT of lungs <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-data-absent-reason.html">DataAbsentReason</a>#unknown &quot;Unknown&quot;; <a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#241540006)</span></p><p><b>subject</b>: <a href="Patient-patient-slp.html">Patient/patient-slp</a> &quot; EXAMPLE&quot;</p><p><b>encounter</b>: <a href="Encounter-e002.html">Encounter/e002</a></p><p><b>performed</b>: 2021-10-01</p></div>
  </text>
  <status value="completed"/>
  <code>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/data-absent-reason"/>
      <code value="unknown"/>
      <display value="Unknown"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="241540006"/>
      <display value="CT of lungs"/>
    </coding>
    <text value="CT of lungs"/>
  </code>
  <subject>🔗 
    <reference value="Patient/patient-slp"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/e002"/>
  </encounter>
  <performedDateTime value="2021-10-01"/>
</Procedure>