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-heartrate-01 - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="zib-heartrate-01"/>
  <meta>
    <profile value="http://nictiz.nl/fhir/StructureDefinition/zib-HeartRate"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <table>
                <caption>Observatie/bepaling. Subject: <a href="Patient/nl-core-patient-03">I.
                        Jongeneel-de Haas</a>. Categorie: <span title="Vital Signs (vital-signs - observation-category)">Vital Signs</span>,
                    Status: definitief<div>Uitvoerende: <a href="Practitioner/nl-core-practitioner-01">Huisarts H. de Vries</a>
                    </div>
                </caption>
                <tfoot>
                    <tr>
                        <td colspan="3">Misschien bigeminie?</td>
                    </tr>
                </tfoot>
                <tbody>
                    <tr>
                        <th>Bepalingdatum/tijd</th>
                        <td colspan="2">2013-02-08T06:43:00+02:00</td>
                    </tr>
                    <tr>
                        <th>Methode</th>
                        <td colspan="2">
                            <span title="Auscultation (37931006 - SNOMED CT)">Auscultation</span>
                        </td>
                    </tr>
                    <tr>
                        <th>Code</th>
                        <th>Waarde</th>
                        <th>Interpretatie</th>
                    </tr>
                    <tr>
                        <td>
                            <span title="Heart rate (8867-4 - LOINC)">Heart rate</span>
                        </td>
                        <td>126 /min</td>
                        <td>
                            <span title="Heart irregular (248650006 - SNOMED CT)">Heart
                                irregular</span>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://hl7.org/fhir/observation-category"/>
      <code value="vital-signs"/>
      <display value="Vital Signs"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="8867-4"/>
      <display value="Heart rate"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/nl-core-patient-03"/>
    <display value="I. Jongeneel-de Haas"/>
  </subject>
  <effectiveDateTime value="2013-02-08T06:43:00+02:00"/>
  <performer>🔗 
    <reference value="Practitioner/nl-core-practitioner-01"/>
    <display value="Huisarts H. de Vries"/>
  </performer>
  <valueQuantity>
    <value value="126"/>
    <unit value="/min"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="/min"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="248650006"/>
      <display value="Heart irregular"/>
    </coding>
  </interpretation>
  <comment value="Misschien bigeminie?"/>
  <method>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="37931006"/>
      <display value="Auscultation"/>
    </coding>
  </method>
</Observation>