<Observation xmlns="http://hl7.org/fhir">
  <id value="s4h-height-in-inches-example-observation" />
  <meta>
    <profile value="http://hl7.org/fhir/StructureDefinition/bodyheight" />
  </meta>
  <status value="final" />
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
      <code value="vital-signs" />
      <display value="Vital Signs" />
    </coding>
    <text value="Vital Signs" />
  </category>
  <code>
    <coding>
      <system value="http://loinc.org" />
      <code value="8302-2" />
      <display value="Body height" />
    </coding>
    <text value="Body height" />
  </code>
  <subject>
    <display value="Marie Lux-Brennard" />
  </subject>
  <effectiveDateTime value="2019-07-02" />
  <performer>
    <identifier>
      <use value="official" />
      <system value="http://fhir.de/NamingSystem/kbv/lanr" />
      <value value="123456701" />
    </identifier>
    <display value="Dr. Schmidt" />
  </performer>
  <valueQuantity>
    <value value="68" />
    <unit value="in" />
    <system value="http://unitsofmeasure.org" />
    <code value="[in_i]" />
  </valueQuantity>
</Observation>