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

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="zib-bodyweight-01"/>
  <meta>
    <profile
             value="http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight"/>
  </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="Vital Signs (vital-signs - observation-category)">Vital Signs</span>,
                    Status: definitief<div>Uitvoerende: <a href="Practitioner/nl-core-practitioner-02">Vaste Huisarts 1</a>
                    </div>
                </caption>
                <tbody>
                    <tr>
                        <th>Bepalingdatum/tijd</th>
                        <td>2013-02-03</td>
                    </tr>
                    <tr>
                        <th>Code</th>
                        <th>Waarde</th>
                    </tr>
                    <tr>
                        <td>
                            <span title="Body weight (29463-7 - LOINC)">Body weight</span>
                        </td>
                        <td>72 kg</td>
                    </tr>
                    <tr>
                        <td>
                            <span title="Clothing worn during measure (8352-7 - LOINC)">Clothing
                                worn during measure</span>
                        </td>
                        <td>
                            <span title="Minimal dressed (MINIMAL - 2.16.840.1.113883.2.4.3.11.60.40.4.8.1)">Minimal dressed</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="29463-7"/>
      <display value="Body weight"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/nl-core-patient-01"/>
    <display value="Johan XXX_Helleman"/>
  </subject>
  <effectiveDateTime value="2013-02-03"/>
  <performer>🔗 
    <reference value="Practitioner/nl-core-practitioner-02"/>
    <display value="Vaste Huisarts 1"/>
  </performer>
  <valueQuantity>
    <value value="72"/>
    <unit value="kg"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="kg"/>
  </valueQuantity>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8352-7"/>
        <display value="Clothing worn during measure"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.8.1"/>
        <code value="MINIMAL"/>
        <display value="Minimal dressed"/>
      </coding>
    </valueCodeableConcept>
  </component>
</Observation>