ConnectDTx Implementation Guide
0.9.9 - trial-use

ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions

: connectdtx-result-observation-example - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="connectdtx-result-observation-example"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/connectdtx-result-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="connectdtx-result-observation-example"> </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 Observation &quot;connectdtx-result-observation-example&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-connectdtx-result-observation.html">ConnectDTx Result Observation</a></p></div><p><b>identifier</b>: id: PROVIDED_PHI_CODE</p><p><b>basedOn</b>: <a href="ServiceRequest-connectdtx-servicerequest-prescription-example.html">ServiceRequest/connectdtx-servicerequest-prescription-example</a></p><p><b>status</b>: preliminary</p><p><b>category</b>: Activity <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#activity)</span></p><p><b>code</b>: Hypnus <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-hira-diagnostic-behavior.html">Hira Diagnostic Behavior</a>#hypnus)</span></p><p><b>subject</b>: <a href="Patient-connectdtx-patient-example.html">Patient/connectdtx-patient-example</a> &quot;&quot;</p><p><b>effective</b>: 2000-01-01 17:05:00+0900 --&gt; (ongoing)</p><p><b>performer</b>: <a href="Patient-connectdtx-patient-example.html">Patient/connectdtx-patient-example</a> &quot;&quot;</p><p><b>dataAbsentReason</b>: Not Permitted <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-data-absent-reason.html">DataAbsentReason</a>#not-permitted)</span></p><p><b>device</b>: <a href="Device-connectdtx-device-example.html">Device/connectdtx-device-example</a></p><blockquote><p><b>component</b></p><p><b>code</b>: LP33126-1 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#LP33126-1)</span></p><p><b>value</b>: 73 %<span style="background: LightGoldenRodYellow"> (Details: UCUM code % = '%')</span></p><p><b>interpretation</b>: Low <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-ObservationInterpretation.html">ObservationInterpretation</a>#L)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Progress <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#LP173213-2)</span></p><p><b>value</b>: 1/42</p></blockquote></div>
  </text>
  <identifier>
    <system value="https://connectdtx.net/phicode"/>
    <value value="PROVIDED_PHI_CODE"/>
  </identifier>
  <basedOn>
    <reference
               value="ServiceRequest/connectdtx-servicerequest-prescription-example"/>
  </basedOn>
  <status value="preliminary"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="activity"/>
      <display value="Activity"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="https://hira.or.kr/CodeSystem/diagnostic-behavior"/>
      <code value="hypnus"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/connectdtx-patient-example"/>
  </subject>
  <effectivePeriod>
    <start value="2000-01-01T17:05:00+09:00"/>
  </effectivePeriod>
  <performer>
    <reference value="Patient/connectdtx-patient-example"/>
  </performer>
  <dataAbsentReason>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/data-absent-reason"/>
      <code value="not-permitted"/>
    </coding>
  </dataAbsentReason>
  <device>
    <reference value="Device/connectdtx-device-example"/>
  </device>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="LP33126-1"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="73"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="%"/>
    </valueQuantity>
    <interpretation>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
        <code value="L"/>
        <display value="Low"/>
      </coding>
    </interpretation>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="LP173213-2"/>
        <display value="Progress"/>
      </coding>
    </code>
    <valueRatio>
      <numerator>
        <value value="1"/>
      </numerator>
      <denominator>
        <value value="42"/>
      </denominator>
    </valueRatio>
  </component>
</Observation>