<Observation xmlns="http://hl7.org/fhir">
  <id value="core-examples-Observation-example42" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:58:31.014+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative with Details</b>
      </p>
      <p>
        <b>id</b>: example</p>
      <p>
        <b>status</b>: final</p>
      <p>
        <b>category</b>: Vital Signs <span>(Details : {http://hl7.org/fhir/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})</span></p>
      <p>
        <b>code</b>: Weight Measured <span>(Details : {LOINC code '3141-9' = 'Body weight Measured', given as 'Weight Measured'}; {SNOMED CT code '27113001' = '27113001', given as 'Body weight'}; {http://acme.org/devices/clinical-codes code 'body-weight' = '??', given as 'Body Weight'})</span></p>
      <p>
        <b>subject</b>: <a>Patient/example</a></p>
      <p>
        <b>encounter</b>: <a>Encounter/example</a></p>
      <p>
        <b>value</b>: 185 lbs<span> (Details: http://unitsofmeasure.org code [lb_av] = '??')</span></p>
    </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="3141-9" />
      <display value="Weight Measured" />
    </coding>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="27113001" />
      <display value="Body weight" />
    </coding>
    <coding>
      <system value="http://acme.org/devices/clinical-codes" />
      <code value="body-weight" />
      <display value="Body Weight" />
    </coding>
  </code>
  <subject>
    <reference value="Patient/example" />
  </subject>
  <encounter>
    <reference value="Encounter/example" />
  </encounter>
  <valueQuantity>
    <value value="185" />
    <unit value="lbs" />
    <system value="http://unitsofmeasure.org/" />
    <code value="[lb_av]" />
  </valueQuantity>
</Observation>