Manzana Project FHIR Specifications
1.0.0 - release Belgium flag

This page is part of the Manzana Project FHIR Specifications (v1.0.0: Release) 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

: Example - FINDRISC screening score result - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="example-findRisc-screeningScoreResult"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-scoreresult"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="example-findRisc-screeningScoreResult"> </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;example-findRisc-screeningScoreResult&quot; </p><p style="margin-bottom: 0px">Profile: <a href="https://www.ehealth.fgov.be/standards/fhir/core-clinical/1.0.0/StructureDefinition-be-scoreresult.html">BeScoreResult</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Risk score <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://www.ehealth.fgov.be/standards/fhir/core-clinical/1.0.0/CodeSystem-be-cs-score-category.html">Score Category</a>#risk)</span></p><p><b>code</b>: 23.5 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#763117005 &quot;FINDRISC (Finnish Diabetes Risk Score) score&quot;)</span></p><p><b>subject</b>: <a href="Patient-rs-findRisc-patient.html">Patient/rs-findRisc-patient</a> &quot; TEST&quot;</p><p><b>effective</b>: 2020-10-06 13:28:17+0200 --&gt; 2020-10-06 13:28:17+0200</p><p><b>issued</b>: 6 Oct 2020, 13:28:17</p><p><b>performer</b>: <a href="Practitioner-rs-findRisc-pharmacist.html">Practitioner/rs-findRisc-pharmacist</a> &quot; PHARMACIST&quot;</p><p><b>value</b>: 18</p><p><b>interpretation</b>: Score is high. The paient need to check. <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-ObservationInterpretation.html">ObservationInterpretation</a>#H &quot;High&quot;)</span></p><p><b>note</b>: Remark: The patient's score is high since 3 months.</p><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 0</p><p><b>high</b>: 3</p><p><b>type</b>: Very low <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 4</p><p><b>high</b>: 8</p><p><b>type</b>: Low <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 9</p><p><b>high</b>: 12</p><p><b>type</b>: Moderate <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 13</p><p><b>high</b>: 20</p><p><b>type</b>: High <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 21</p><p><b>high</b>: 26</p><p><b>type</b>: Very high <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p></blockquote><p><b>derivedFrom</b>: <a href="QuestionnaireResponse-example-findRisc-screeningResponse.html">QuestionnaireResponse/example-findRisc-screeningResponse</a></p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/core-clinical/CodeSystem/be-cs-score-category"/>
      <code value="risk"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="763117005"/>
      <display value="FINDRISC (Finnish Diabetes Risk Score) score"/>
    </coding>
    <text value="23.5"/>
  </code>
  <subject>
    <reference value="Patient/rs-findRisc-patient"/>
  </subject>
  <effectivePeriod>
    <start value="2020-10-06T13:28:17.239+02:00"/>
    <end value="2020-10-06T13:28:17.239+02:00"/>
  </effectivePeriod>
  <issued value="2020-10-06T13:28:17.239+02:00"/>
  <performer>
    <reference value="Practitioner/rs-findRisc-pharmacist"/>
  </performer>
  <valueInteger value="18"/>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="H"/>
      <display value="High"/>
    </coding>
    <text value="Score is high. The paient need to check."/>
  </interpretation>
  <note>
    <text value="Remark: The patient's score is high since 3 months."/>
  </note>
  <referenceRange>
    <low>
      <value value="0"/>
    </low>
    <high>
      <value value="3"/>
    </high>
    <type>
      <text value="Very low"/>
    </type>
  </referenceRange>
  <referenceRange>
    <low>
      <value value="4"/>
    </low>
    <high>
      <value value="8"/>
    </high>
    <type>
      <text value="Low"/>
    </type>
  </referenceRange>
  <referenceRange>
    <low>
      <value value="9"/>
    </low>
    <high>
      <value value="12"/>
    </high>
    <type>
      <text value="Moderate"/>
    </type>
  </referenceRange>
  <referenceRange>
    <low>
      <value value="13"/>
    </low>
    <high>
      <value value="20"/>
    </high>
    <type>
      <text value="High"/>
    </type>
  </referenceRange>
  <referenceRange>
    <low>
      <value value="21"/>
    </low>
    <high>
      <value value="26"/>
    </high>
    <type>
      <text value="Very high"/>
    </type>
  </referenceRange>
  <derivedFrom>
    <reference
               value="QuestionnaireResponse/example-findRisc-screeningResponse"/>
  </derivedFrom>
</Observation>