HL7 BE Laboratory WG Implementation Guide
1.0.0 - STU

This page is part of the HL7 Belgium FHIR Implementation Guide - Lab related profiles (v1.0.0: Trial Use) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Hematology studies as FHIR Document example - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="hematologyStudiesAsFHIRDocument"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:0c3151bd-1cbf-4d65-b04d-cd9187a4c6e0"/>
  </identifier>
  <type value="document"/>
  <timestamp value="2021-05-31T22:12:21Z"/>
  <entry>
    <fullUrl value="urn:uuid:7c16c9c0-c471-4098-bf18-48abcadd8d34"/>
    <resource>
      <Composition>
        <id value="180f219f-97a8-486d-99d9-ed631fe4fc57"/>
        <meta>
          <profile
                   value="https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-laboratory-report-composition"/>
        </meta>
        <text>
          <status value="empty"/>
          <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
        </text>
        <identifier>
          <system value="urn:ietf:rfc:3986"/>
          <value value="urn:uuid:dbcf0eb0-d825-11eb-b8bc-0242ac130003"/>
        </identifier>
        <status value="final"/>
        <type>
          <coding>
            <system value="http://loinc.org"/>
            <code value="11502-2"/>
          </coding>
          <text value="Laboratort report"/>
        </type>
        <subject>
          <reference value="Patient/patient1"/>
        </subject>
        <date value="2013-02-01T12:30:02Z"/>
        <author>
          <reference value="Practitioner/practitioner11"/>
        </author>
        <title
               value="Laboratory Report (mandatory to give a title like this in a FHIR document.)"/>
        <relatesTo>
          <code value="replaces"/>
          <targetIdentifier>
            <system value="urn:ietf:rfc:3986"/>
            <value value="urn:uuid:0c3151bd-1cbf-4d65-b04d-cd9187a4c5e0"/>
          </targetIdentifier>
        </relatesTo>
        <section>
          <entry>
            <reference value="DiagnosticReport/diagnosticreport1"/>
          </entry>
        </section>
      </Composition>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d34"/>
    <resource>
      <DiagnosticReport>
        <id value="diagnosticreport1"/>
        <meta>
          <versionId value="1"/>
          <profile
                   value="https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-laboratory-report"/>
        </meta>
        <language value="en"/>
        <text>
          <status value="empty"/>
          <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
        </text>
        <identifier>
          <system
                  value="https://www.ehealth.fgov.be/lab-report/diagnostic-report-id"/>
          <value value="11530231003.2015110413180000000"/>
        </identifier>
        <basedOn>
          <reference value="ServiceRequest/servicerequest1"/>
        </basedOn>
        <status value="final"/>
        <category>
          <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
            <code value="LAB"/>
            <display value="Laboratory"/>
          </coding>
        </category>
        <code>
          <coding>
            <system value="http://loinc.org"/>
            <code value="18723-7"/>
            <display value="Hematology studies (set)">
              <extension
                         url="http://hl7.org/fhir/StructureDefinition/translation">
                <extension url="lang">
                  <valueCode value="be-nl"/>
                </extension>
                <extension url="content">
                  <valueString value="HEMATOLOGIE"/>
                </extension>
              </extension>
            </display>
          </coding>
        </code>
        <subject>
          <reference value="Patient/patient1"/>
        </subject>
        <effectiveDateTime value="2015-11-03T13:18:00+01:00"/>
        <issued value="2015-11-04T13:18:00+01:00"/>
        <performer>
          <reference value="Organization/organization10"/>
        </performer>
        <resultsInterpreter>
          <reference value="Practitioner/practitioner11"/>
        </resultsInterpreter>
        <specimen>
          <reference value="Specimen/specimen1"/>
        </specimen>
        <result>
          <reference value="Observation/observation10"/>
        </result>
        <result>
          <reference value="Observation/observation11"/>
        </result>
        <media>
          <comment
                   value="Just as an example here: how to add a link to an image"/>
          <link>
            <reference value="Media/media1"/>
          </link>
        </media>
        <conclusion value="This is our conclusion"/>
      </DiagnosticReport>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d35"/>
    <resource>
      <Specimen>
        <id value="specimen1"/>
        <meta>
          <versionId value="1"/>
          <profile
                   value="https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-specimen-laboratory"/>
        </meta>
        <text>
          <status value="empty"/>
          <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
        </text>
        <identifier>
          <system value="https://www.GTL-LABO.be/"/>
          <value value="1"/>
        </identifier>
        <status value="available"/>
        <type>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="119297000"/>
            <display value="Blood specimen"/>
          </coding>
          <text value="A string can be added to nuance or explain."/>
        </type>
        <receivedTime value="2015-11-04"/>
        <collection>
          <collectedDateTime value="2015-11-03"/>
          <method>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="28520004"/>
              <display value="Venipuncture for blood test (procedure)"/>
            </coding>
          </method>
          <bodySite>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="368208006"/>
              <display value="Left upper arm structure (body structure)"/>
            </coding>
          </bodySite>
        </collection>
        <note>
          <text value="Some extra relevant information concerning the specimen"/>
        </note>
      </Specimen>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d36"/>
    <resource>
      <Observation>
        <id value="observation10"/>
        <meta>
          <profile
                   value="https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"/>
        </meta>
        <text>
          <status value="empty"/>
          <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://loinc.org"/>
            <code value="30341-2"/>
            <display value="Erythrocyte sedimentation rate"/>
          </coding>
        </code>
        <subject>
          <reference value="Patient/patient1"/>
        </subject>
        <effectiveDateTime value="2015-11-04T09:16:00-05:00"/>
        <issued value="2015-11-04T09:16:00-05:00"/>
        <performer>
          <reference value="Practitioner/practitioner11"/>
        </performer>
        <valueQuantity>
          <value value="2"/>
          <unit value="mm/h"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="mm/h"/>
        </valueQuantity>
        <interpretation>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
            <code value="L"/>
            <display value="Low"/>
          </coding>
        </interpretation>
        <note>
          <text
                value="The Bodysite and Method that are given below do not really make any sense here!"/>
        </note>
        <bodySite>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="344001"/>
            <display value="Ankle"/>
          </coding>
          <text
                value="ankle (this code was just an example to show the structure)"/>
        </bodySite>
        <method>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="14456009"/>
            <display value="Measuring height of patient"/>
          </coding>
          <text
                value="Measuring height of patient (this code was just an example to show the structure)"/>
        </method>
        <specimen>
          <reference value="Specimen/specimen1"/>
        </specimen>
        <referenceRange>
          <low>
            <value value="0"/>
            <unit value="mm/h"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="mm/h"/>
          </low>
          <high>
            <value value="30"/>
            <unit value="mm/h"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="mm/h"/>
          </high>
          <type>
            <coding>
              <system
                      value="http://terminology.hl7.org/CodeSystem/referencerange-meaning"/>
              <code value="normal"/>
            </coding>
          </type>
          <appliesTo>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="248153007"/>
              <display value="Male"/>
            </coding>
          </appliesTo>
          <text
                value="Something concerning the reference range that can only be explained in text --&gt;"/>
        </referenceRange>
      </Observation>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d37"/>
    <resource>
      <Observation>
        <id value="observation11"/>
        <meta>
          <profile
                   value="https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"/>
        </meta>
        <text>
          <status value="empty"/>
          <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
        </text>
        <status value="final"/>
        <code>
          <text value="SCREENING"/>
        </code>
        <subject>
          <reference value="Patient/patient1"/>
        </subject>
        <effectiveDateTime value="2015-11-04T09:16:00-05:00"/>
        <performer>
          <reference value="Practitioner/practitioner11"/>
        </performer>
        <hasMember>
          <reference value="Observation/observation111"/>
        </hasMember>
        <hasMember>
          <reference value="Observation/observation112"/>
        </hasMember>
      </Observation>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d38"/>
    <resource>
      <Observation>
        <id value="observation111"/>
        <meta>
          <profile
                   value="https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"/>
        </meta>
        <text>
          <status value="empty"/>
          <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://loinc.org"/>
            <code value="789-8"/>
            <display value="Erythrocytes [#/volume] in Blood by Automated count"/>
          </coding>
          <text value="Red blood cells (blood)"/>
        </code>
        <subject>
          <reference value="Patient/patient1"/>
        </subject>
        <effectiveDateTime value="2015-11-04T09:16:00-05:00"/>
        <performer>
          <reference value="Practitioner/practitioner11"/>
        </performer>
        <valueQuantity>
          <value value="4.35"/>
          <unit value="10*6/uL"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="10*6/uL"/>
        </valueQuantity>
        <specimen>
          <reference value="Specimen/specimen1"/>
        </specimen>
        <referenceRange>
          <low>
            <value value="3.93"/>
            <unit value="10*6/uL"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="10*6/uL"/>
          </low>
          <high>
            <value value="5.01"/>
            <unit value="10*6/uL"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="10*6/uL"/>
          </high>
          <type>
            <coding>
              <system
                      value="http://terminology.hl7.org/CodeSystem/referencerange-meaning"/>
              <code value="normal"/>
            </coding>
          </type>
        </referenceRange>
      </Observation>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d39"/>
    <resource>
      <Observation>
        <id value="observation112"/>
        <meta>
          <profile
                   value="https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"/>
        </meta>
        <text>
          <status value="empty"/>
          <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://loinc.org"/>
            <code value="20563-3"/>
            <display value="Carboxyhemoglobin/Hemoglobin.total in Blood"/>
          </coding>
          <text value="Hemoglobin"/>
        </code>
        <subject>
          <reference value="Patient/patient1"/>
        </subject>
        <effectiveDateTime value="2015-11-04T09:16:00-05:00"/>
        <performer>
          <reference value="Practitioner/practitioner11"/>
        </performer>
        <valueQuantity>
          <value value="14.1"/>
          <unit value="g/dl"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="g/dl"/>
        </valueQuantity>
        <specimen>
          <reference value="Specimen/specimen1"/>
        </specimen>
        <referenceRange>
          <low>
            <value value="11.8"/>
            <unit value="g/dl"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="g/dl"/>
          </low>
          <high>
            <value value="14.8"/>
            <unit value="g/dl"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="g/dl"/>
          </high>
          <type>
            <coding>
              <system
                      value="http://terminology.hl7.org/CodeSystem/referencerange-meaning"/>
              <code value="normal"/>
            </coding>
          </type>
        </referenceRange>
      </Observation>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:7c16c9c0-c469-4088-ae18-48abcadd8d40"/>
    <resource>
      <Media>
        <id value="media1"/>
        <text>
          <status value="empty"/>
          <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
        </text>
        <status value="completed"/>
        <content>
          <contentType value="image/gif"/>
          <data
                value="iVBORw0KGgoAAAANSUhEUgAAA+MAAACnCAYAAAB6pY03AAAAAXNSR0IArs4c6QAAAARnQU1BAACx jwv8YQUAAAAJcEhZcwAAEnMAABJzAYwiuQcAADBZSURBVHhe7d09rty218fxrOFfZj/ZQHZgwEiZ gg=="/>
        </content>
      </Media>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d40"/>
    <resource>
      <Organization>
        <id value="organization10"/>
        <meta>
          <profile
                   value="https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization"/>
        </meta>
        <text>
          <status value="empty"/>
          <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
        </text>
        <identifier>
          <use value="official"/>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="MD"/>
              <display value="Medical License number"/>
            </coding>
          </type>
          <system
                  value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"/>
          <value value="81165343998"/>
        </identifier>
        <active value="true"/>
        <type>
          <coding>
            <system
                    value="https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty"/>
            <code value="orglaboratory"/>
          </coding>
        </type>
        <name value="GTL - General Testing Laboratory"/>
        <telecom>
          <system value="phone"/>
          <value value="322675199"/>
          <use value="work"/>
        </telecom>
        <address>
          <extension url="http://hl7.org/fhir/StructureDefinition/language">
            <valueCode value="nl"/>
          </extension>
          <use value="work"/>
          <type value="both"/>
          <text value="Vulcansstraat 120, 1000 Brussel"/>
          <line value="Vulcansstraat 120">
            <extension
                       url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
              <valueString value="Vulcansstraat"/>
            </extension>
            <extension
                       url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
              <valueString value="120"/>
            </extension>
          </line>
          <city value="Brussel"/>
          <postalCode value="1000"/>
          <country value="BE"/>
        </address>
      </Organization>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d41"/>
    <resource>
      <Practitioner>
        <id value="practitioner11"/>
        <meta>
          <profile
                   value="https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"/>
        </meta>
        <text>
          <status value="empty"/>
          <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
        </text>
        <identifier>
          <use value="official"/>
          <system
                  value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"/>
          <value value="554488997"/>
        </identifier>
        <name>
          <use value="official"/>
          <family value="Davoust"/>
          <given value="Nicolas"/>
        </name>
        <telecom>
          <system value="email"/>
          <value value="nicolas.davoust@gtl.be"/>
          <use value="work"/>
        </telecom>
        <telecom>
          <system value="phone"/>
          <value value="022675198"/>
          <use value="work"/>
        </telecom>
        <telecom>
          <system value="fax"/>
          <value value="022675209"/>
          <use value="work"/>
        </telecom>
      </Practitioner>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d42"/>
    <resource>
      <Patient>
        <id value="patient1"/>
        <meta>
          <profile
                   value="https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"/>
        </meta>
        <text>
          <status value="empty"/>
          <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
        </text>
        <identifier>
          <use value="official"/>
          <system
                  value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
          <value value="79121137740"/>
        </identifier>
        <active value="true"/>
        <name>
          <family value="La Paradisio"/>
          <given value="Josephine"/>
          <given value="Nessa"/>
        </name>
        <telecom>
          <system value="email"/>
          <value value="nessa.laparadisio@belgium.be"/>
        </telecom>
        <telecom>
          <system value="phone"/>
          <value value="+322476792979"/>
          <use value="mobile"/>
        </telecom>
        <telecom>
          <system value="phone"/>
          <value value="+3226718655"/>
          <use value="home"/>
        </telecom>
        <telecom>
          <system value="phone"/>
          <value value="+322476799"/>
          <use value="work"/>
        </telecom>
        <gender value="female"/>
        <birthDate value="1979-12-11">
          <extension
                     url="http://hl7.org/fhir/StructureDefinition/patient-birthTime">
            <valueDateTime value="1979-12-11T13:28:17-05:00"/>
          </extension>
        </birthDate>
        <address>
          <use value="home"/>
          <type value="both"/>
          <text value="Sloordelle 42, 1160 Oudergem"/>
          <line value="Sloordelle 42"/>
          <city value="Oudergem"/>
          <postalCode value="1160"/>
          <country value="BE"/>
        </address>
      </Patient>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d43"/>
    <resource>
      <ServiceRequest>
        <id value="servicerequest1"/>
        <text>
          <status value="empty"/>
          <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
        </text>
        <identifier>
          <system value="https://www.GTL-LABO.be/orderingsystem"/>
          <value value="12334546"/>
        </identifier>
        <status value="active"/>
        <intent value="order"/>
        <category>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="108252007"/>
            <display value="Laboratory procedure"/>
          </coding>
        </category>
        <subject>
          <reference value="Patient/patient1"/>
        </subject>
        <authoredOn value="2015-11-01T14:41:00+01:00"/>
        <requester>
          <reference value="Practitioner/practitioner1"/>
        </requester>
        <specimen>
          <reference value="Specimen/specimen1"/>
        </specimen>
      </ServiceRequest>
    </resource>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d44"/>
    <resource>
      <Practitioner>
        <id value="practitioner1"/>
        <meta>
          <profile
                   value="https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"/>
        </meta>
        <text>
          <status value="empty"/>
          <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
        </text>
        <identifier>
          <use value="official"/>
          <system
                  value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"/>
          <value value="18749704477"/>
        </identifier>
        <name>
          <use value="official"/>
          <family value="Pulaski"/>
          <given value="Katherine"/>
          <suffix value="MD"/>
        </name>
        <telecom>
          <system value="email"/>
          <value value="katherine.pulaski@enterprisehospital.be"/>
          <use value="work"/>
        </telecom>
        <telecom>
          <system value="phone"/>
          <value value="022675198"/>
          <use value="work"/>
        </telecom>
        <telecom>
          <system value="fax"/>
          <value value="022675209"/>
          <use value="work"/>
        </telecom>
        <address>
          <use value="home"/>
          <text value="Jupiterlaan 5, 1853 Grimbergen"/>
          <line value="Jupiterlaan 5"/>
          <city value="Grimbergen"/>
          <postalCode value="1853"/>
          <country value="BE"/>
        </address>
      </Practitioner>
    </resource>
  </entry>
</Bundle>