Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Observation - zib-laboratorytestresult-observation-01 - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="zib-laboratorytestresult-observation-01"/>
  <meta>
    <profile
             value="http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <table>
                <caption>Observatie/bepaling. Subject: <a href="Patient/nl-core-patient-01">Johan
                        XXX_Helleman</a>. Categorie: <span title="Laboratory test finding (finding) (49581000146104 - SNOMED CT)">Laboratory test finding (finding)</span>, <span title="Chemistry (275711006 - SNOMED CT)">Chemistry</span>, Status:
                    definitief</caption>
                <tbody>
                    <tr>
                        <th>Bepalingdatum/tijd</th>
                        <td colspan="3">2012-05-23T12:00:00+02:00</td>
                    </tr>
                    <tr>
                        <th>Code</th>
                        <th>Waarde</th>
                        <th>Interpretatie</th>
                        <th>Referentiewaarden</th>
                    </tr>
                    <tr>
                        <td>
                            <span title="Chloride [Moles/volume] in Blood (2069-3 - LOINC)">Chloride
                                [Moles/volume] in Blood</span>
                        </td>
                        <td>109 mmol/l</td>
                        <td>
                            <span title="Above reference range (281302008 - SNOMED CT)">Above
                                reference range</span>
                        </td>
                        <td>
                            <div>99 mmol/l - 108 mmol/l</div>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="49581000146104"/>
      <display value="Laboratory test finding (finding)"/>
    </coding>
  </category>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="275711006"/>
      <display value="Chemistry"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="2069-3"/>
      <display value="Chloride [Moles/volume] in Blood"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/nl-core-patient-01"/>
    <display value="Johan XXX_Helleman"/>
  </subject>
  <effectiveDateTime value="2012-05-23T12:00:00+02:00"/>
  <valueQuantity>
    <value value="109"/>
    <unit value="mmol/l"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mmol/L"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="281302008"/>
      <display value="Above reference range"/>
    </coding>
  </interpretation>
  <specimen>🔗 
    <reference value="Specimen/zib-laboratorytestresult-specimen-01"/>
    <display value="Blood (substance)"/>
  </specimen>
  <referenceRange>
    <low>
      <value value="99"/>
      <unit value="mmol/l"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mmol/L"/>
    </low>
    <high>
      <value value="108"/>
      <unit value="mmol/l"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mmol/L"/>
    </high>
  </referenceRange>
</Observation>