<Observation xmlns="http://hl7.org/fhir">
  <id value="Cancer-Observation-example8" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-07-26T20:50:02.658+00:00" />
    <profile value="http://hl7.no/fhir/StructureDefinition/LabObservationNorway" />
  </meta>
  <contained>
    <Patient>
      <id value="examplePatient" />
      <meta>
        <profile value="http://hl7.no/fhir/StructureDefinition/LabPatientNorway" />
      </meta>
      <identifier>
        <system value="http://furore.com/NamingSystem/PatientIdentifier" />
        <value value="123456789AB" />
      </identifier>
      <name>
        <family value="Duck" />
        <given value="Donald" />
      </name>
    </Patient>
  </contained>
  <contained>
    <Organization>
      <id value="exampleOrganization" />
      <meta>
        <profile value="http://hl7.no/fhir/StructureDefinition/LabOrganizationNorway" />
      </meta>
      <identifier>
        <system value="http://furore.com/NamingSystem/OrganizationID" />
        <value value="974707152" />
      </identifier>
      <name value="Ducktown Medical Center" />
    </Organization>
  </contained>
  <contained>
    <Organization>
      <id value="examplePractitioner" />
      <meta>
        <profile value="http://hl7.no/fhir/StructureDefinition/LabPractitionerNorway" />
      </meta>
      <identifier>
        <system value="http://furore.com/NamingSystem/CareProviderID" />
        <value value="1234567" />
      </identifier>
      <name value="Dr. Mouse" />
    </Organization>
  </contained>
  <status value="final" />
  <code>
    <coding>
      <system value="http://loinc.org/" />
      <code value="13457-7" />
      <display value="LDL Cholesterol (Calc) " />
    </coding>
  </code>
  <subject>
    <reference value="#examplePatient" />
  </subject>
  <effectiveDateTime value="2016-01-01T10:53:00" />
  <issued value="2016-01-05T16:17:00+00:00" />
  <performer>
    <reference value="#exampleOrganization" />
  </performer>
  <performer>
    <reference value="#examplePractitioner" />
  </performer>
  <valueQuantity>
    <value value="1.3" />
    <unit value="mmol/L" />
    <system value="http://unitsofmeasure.org/" />
    <code value="mmol/L" />
  </valueQuantity>
  <interpretation>
    <text value="normal" />
  </interpretation>
  <referenceRange>
    <high>
      <value value="3" />
      <unit value="mmol/L" />
      <system value="http://unitsofmeasure.org/" />
      <code value="mmol/L" />
    </high>
  </referenceRange>
</Observation>