RIVO-Noord Zorgviewer Implementation Guide
1.16.0 - CI build Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.16.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Chipsoft Lab-uitslag Example - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id
      value="39E0E479029134429CCEFEE59BB98E661DE26A675AB08E9F4A1817EBC687A98C"/>
  <meta>
    <profile
             value="http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3>Observation resource for laboratory test result:</h3><ul><li><p><strong>Resource ID:</strong> '39E0E479029134429CCEFEE59BB98E661DE26A675AB08E9F4A1817EBC687A98C'</p></li><li><p><strong>Profile:</strong> 'http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Observation'</p></li><li><p>Identifier:</p><table><thead><tr><th>Use</th><th>System</th><th>Value</th></tr></thead><tbody><tr><td/><td>urn:oid:2.16.840.1.113883.2.4.3.124.7.26436.6</td><td>6580E40AF9B642F5B6910110EE6284CA</td></tr></tbody></table></li><li><p><strong>Status:</strong> 'Definitief'</p></li><li><p><strong>Category:</strong></p><table><thead><tr><th>Text</th><th>Display:</th><th>Code:</th><th>Code system:</th></tr></thead><tbody><tr><td>Laboratory test finding(finding)</td><td>Laboratory test finding(finding)</td><td>49581000146104</td><td>http://snomed.info/sct</td></tr><tr><td>Klinische chemie</td><td>Chemistry</td><td>275711006</td><td>http://snomed.info/sct</td></tr></tbody></table></li><li><p><strong>Code:</strong> 'Chloride'</p></li><li><p><strong>Subject:</strong> 'Johan XXX_Helleman_Afblijven'</p></li><li><p><strong>Effective:</strong> '2022-09-30T13:48:00+02:00'</p></li><li><p><strong>Value:</strong> '109 '</p></li><li><p>Interpretation:</p><table><thead><tr><th>Code</th><th>Code system</th><th>Display</th></tr></thead><tbody><tr><td>281302008</td><td>http://snomed.info/sct</td><td>Above reference range</td></tr></tbody></table></li><li><p><strong>Specimen:</strong> 'Serum'</p></li><li><p><strong>Reference range:</strong></p><ul><li>Lower bound '99 ', upper bound '108 '</li></ul></li></ul></div>
  </text>
  <identifier>
    <system value="urn:oid:2.16.840.1.113883.2.4.3.124.7.26436.6"/>
    <value value="6580E40AF9B642F5B6910110EE6284CA"/>
  </identifier>
  <status value="final">
    <extension
               url="http://nictiz.nl/fhir/StructureDefinition/code-specification">
      <valueCodeableConcept>
        <coding>
          <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.16.1"/>
          <code value="final"/>
          <display value="Final"/>
        </coding>
        <text value="Definitief"/>
      </valueCodeableConcept>
    </extension>
  </status>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="49581000146104"/>
      <display value="Laboratory test finding(finding)"/>
    </coding>
    <text value="Laboratory test finding(finding)"/>
  </category>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="275711006"/>
      <display value="Chemistry"/>
    </coding>
    <text value="Klinische chemie"/>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="2069-3"/>
      <display value="Chloride"/>
    </coding>
    <text value="Chloride"/>
  </code>
  <subject>🔗 
    <reference
               value="Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1"/>
    <display value="Johan XXX_Helleman_Afblijven"/>
  </subject>
  <effectiveDateTime value="2022-09-30T13:48:00+02:00"/>
  <valueQuantity>
    <value value="109"/>
    <system value="http://unitsofmeasure.org"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="281302008"/>
      <display value="Above reference range"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/v2/0078"/>
      <code value="H"/>
      <display value="High"/>
    </coding>
    <text value="Boven referentiewaarde"/>
  </interpretation>
  <specimen>🔗 
    <reference value="Specimen/35648ae9-a74d-4800-9f15-4e436ebd12c8"/>
    <display value="Serum"/>
  </specimen>
  <referenceRange>
    <low>
      <value value="99"/>
      <system value="http://unitsofmeasure.org"/>
    </low>
    <high>
      <value value="108"/>
      <system value="http://unitsofmeasure.org"/>
    </high>
  </referenceRange>
</Observation>