Resource Examples
0.1.0 - ci-build

Resource Examples, published by Raly Examples. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ralych/raly-examples/ and changes regularly. See the Directory of published versions

: ObservationSampledData1 - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="ObservationSampledData1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ObservationSampledData1</b></p><a name="ObservationSampledData1"> </a><a name="hcObservationSampledData1"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}">Laboratory</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 18768-2}">Cell counts+Differential studies (set)</span></p><p><b>subject</b>: <a href="Patient-PatientExample.html">James Pond  (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2017-11-10 08:20:00+0100</p><p><b>performer</b>: <a href="Organization-OrganizationExample.html">Organization Example Organization</a></p><p><b>value</b>: Origin: 100 k[IU]/L , Factor: 2.1 , Lower: 10 , Upper: 895 , Dimensions: 3 , Data: 10.2 100.4 200.35 300.342 100.5 </p><p><b>interpretation</b>: <span title="Codes:{http://snomed.info/sct 119364003}">Serum specimen</span></p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="18768-2"/>
      <display value="Cell counts+Differential studies (set)"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/PatientExample"/>
  </subject>
  <effectiveDateTime value="2017-11-10T08:20:00+01:00"/>
  <performer>🔗 
    <reference value="Organization/OrganizationExample"/>
  </performer>
  <valueSampledData>
    <origin>
      <value value="100"/>
      <unit value="k[IU]/L"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="k[IU]/L"/>
    </origin>
    <period value="789"/>
    <factor value="2.1"/>
    <lowerLimit value="10"/>
    <upperLimit value="895"/>
    <dimensions value="3"/>
    <data value="10.2 100.4 200.35 300.342 100.5"/>
  </valueSampledData>
  <interpretation>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="119364003"/>
      <display value="Serum specimen"/>
    </coding>
  </interpretation>
</Observation>