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 - gp-diagnosticresult-01 - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="gp-diagnosticresult-01"/>
  <meta>
    <profile
             value="http://nictiz.nl/fhir/StructureDefinition/gp-DiagnosticResult"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <table>
                <caption>Observatie/bepaling. Subject: <a href="Patient/nl-core-patient-02">Paul
                        XXX_Mesker</a>. Id: 6324
                    (http://www.bmc.nl/zorgportal/identifiers/observations), Status:
                        definitief<div>Uitvoerende: <a href="Practitioner/nl-core-practitioner-02">Vaste Huisarts 1</a>
                    </div>
                </caption>
                <tbody>
                    <tr>
                        <th>Bepalingdatum/tijd</th>
                        <td colspan="3">Vanaf 2013-04-02T09:30:10+01:00</td>
                    </tr>
                    <tr>
                        <th>Code</th>
                        <th>Waarde</th>
                        <th>Interpretatie</th>
                        <th>Referentiewaarden</th>
                    </tr>
                    <tr>
                        <td>
                            <span title="systolische bloeddruk (1744 - nhg-tabel-45-diagnostische-bepalingen)">systolische bloeddruk</span>
                        </td>
                        <td>140 mm[Hg]</td>
                        <td>
                            <span title="High (H - v2/0078)">High</span>
                        </td>
                        <td>
                            <div>100 mm[Hg] - 130 mm[Hg]</div>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://www.bmc.nl/zorgportal/identifiers/observations"/>
    <value value="6324"/>
  </identifier>
  <status value="final"/>
  <code>
    <coding>
      <system
              value="https://referentiemodel.nhg.org/tabellen/nhg-tabel-45-diagnostische-bepalingen"/>
      <code value="1744"/>
      <display value="systolische bloeddruk"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/nl-core-patient-02"/>
    <display value="Paul XXX_Mesker"/>
  </subject>
  <effectivePeriod>
    <start value="2013-04-02T09:30:10+01:00"/>
  </effectivePeriod>
  <issued value="2013-04-03T15:30:10+01:00"/>
  <performer>🔗 
    <reference value="Practitioner/nl-core-practitioner-02"/>
    <display value="Vaste Huisarts 1"/>
  </performer>
  <valueQuantity>
    <value value="140"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mm[Hg]"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system value="http://hl7.org/fhir/v2/0078"/>
      <code value="H"/>
      <display value="High"/>
    </coding>
  </interpretation>
  <referenceRange>
    <low>
      <value value="100"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </low>
    <high>
      <value value="130"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </high>
  </referenceRange>
</Observation>