Example of a LaboratoryTestResult Bundle with a negative antibiogram

{
    "resourceType": "Bundle",
    "id": "HdBe-LaboratoryTestResult-Bundle-06-hematology",
    "meta": {
        "profile":  [
            "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult-Bundle"
        ]
    },
    "identifier": {
        "system": "urn:ietf:rfc:3986",
        "value": "urn:uuid:0c3151bd-1cbf-4d65-b04d-cd9187a4c6e0"
    },
    "type": "collection",
    "entry":  [
        {
            "fullUrl": "https://acme.org/Specimen/specimen1",
            "resource": {
                "resourceType": "Specimen",
                "id": "specimen1",
                "meta": {
                    "versionId": "1",
                    "profile":  [
                        "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Specimen"
                    ]
                },
                "text": {
                    "status": "empty",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
                },
                "identifier":  [
                    {
                        "system": "https://www.GTL-LABO.be/",
                        "value": "1"
                    }
                ],
                "status": "available",
                "type": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "119297000",
                            "display": "Blood specimen"
                        }
                    ],
                    "text": "A string can be added to nuance or explain."
                },
                "receivedTime": "2015-11-04",
                "collection": {
                    "collectedDateTime": "2015-11-03",
                    "method": {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "28520004",
                                "display": "Venipuncture for blood test (procedure)"
                            }
                        ]
                    },
                    "bodySite": {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "368208006",
                                "display": "Left upper arm structure (body structure)"
                            }
                        ]
                    }
                },
                "note":  [
                    {
                        "text": "Some extra relevant information concerning the specimen"
                    }
                ]
            }
        },
        {
            "fullUrl": "https://acme.org/Observation/observation10",
            "resource": {
                "resourceType": "Observation",
                "id": "observation10",
                "meta": {
                    "profile":  [
                        "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult"
                    ]
                },
                "text": {
                    "status": "empty",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
                },
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "code": "30341-2",
                            "display": "Erythrocyte sedimentation rate"
                        }
                    ]
                },
                "subject": {
                    "reference": "Patient/patient1"
                },
                "effectiveDateTime": "2015-11-04T09:16:00-05:00",
                "issued": "2015-11-04T09:16:00-05:00",
                "performer":  [
                    {
                        "reference": "Organization/organization10"
                    }
                ],
                "valueQuantity": {
                    "value": 2,
                    "unit": "mm/h",
                    "system": "http://unitsofmeasure.org",
                    "code": "mm/h"
                },
                "interpretation":  [
                    {
                        "coding":  [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
                                "code": "L",
                                "display": "Low"
                            }
                        ]
                    }
                ],
                "note":  [
                    {
                        "text": "The Bodysite and Method that are given below do not really make any sense here!"
                    }
                ],
                "bodySite": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "344001",
                            "display": "Ankle"
                        }
                    ],
                    "text": "ankle (this code was just an example to show the structure)"
                },
                "specimen": {
                    "reference": "Specimen/specimen1"
                },
                "referenceRange":  [
                    {
                        "low": {
                            "value": 0,
                            "unit": "mm/h",
                            "system": "http://unitsofmeasure.org",
                            "code": "mm/h"
                        },
                        "high": {
                            "value": 30,
                            "unit": "mm/h",
                            "system": "http://unitsofmeasure.org",
                            "code": "mm/h"
                        },
                        "type": {
                            "coding":  [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
                                    "code": "normal"
                                }
                            ]
                        },
                        "appliesTo":  [
                            {
                                "coding":  [
                                    {
                                        "system": "http://snomed.info/sct",
                                        "code": "248153007",
                                        "display": "Male"
                                    }
                                ]
                            }
                        ],
                        "text": "Something concerning the reference range that can only be explained in text -->"
                    }
                ]
            }
        },
        {
            "fullUrl": "https://acme.org/Observation/observation11",
            "resource": {
                "resourceType": "Observation",
                "id": "observation11",
                "meta": {
                    "profile":  [
                        "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult"
                    ]
                },
                "text": {
                    "status": "empty",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
                },
                "status": "final",
                "code": {
                    "text": "SCREENING"
                },
                "subject": {
                    "reference": "Patient/patient1"
                },
                "effectiveDateTime": "2015-11-04T09:16:00-05:00",
                "performer":  [
                    {
                        "reference": "Organization/organization10"
                    }
                ],
                "hasMember":  [
                    {
                        "reference": "Observation/observation111"
                    },
                    {
                        "reference": "Observation/observation112"
                    }
                ]
            }
        },
        {
            "fullUrl": "https://acme.org/Observation/observation111",
            "resource": {
                "resourceType": "Observation",
                "id": "observation111",
                "meta": {
                    "profile":  [
                        "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult"
                    ]
                },
                "text": {
                    "status": "empty",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
                },
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "code": "789-8",
                            "display": "Erythrocytes [#/volume] in Blood by Automated count"
                        }
                    ],
                    "text": "Red blood cells (blood)"
                },
                "subject": {
                    "reference": "Patient/patient1"
                },
                "effectiveDateTime": "2015-11-04T09:16:00-05:00",
                "performer":  [
                    {
                        "reference": "Organization/organization10"
                    }
                ],
                "valueQuantity": {
                    "value": 4.35,
                    "unit": "10*6/uL",
                    "system": "http://unitsofmeasure.org",
                    "code": "10*6/uL"
                },
                "specimen": {
                    "reference": "Specimen/specimen1"
                },
                "referenceRange":  [
                    {
                        "low": {
                            "value": 3.93,
                            "unit": "10*6/uL",
                            "system": "http://unitsofmeasure.org",
                            "code": "10*6/uL"
                        },
                        "high": {
                            "value": 5.01,
                            "unit": "10*6/uL",
                            "system": "http://unitsofmeasure.org",
                            "code": "10*6/uL"
                        },
                        "type": {
                            "coding":  [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
                                    "code": "normal"
                                }
                            ]
                        }
                    }
                ]
            }
        },
        {
            "fullUrl": "https://acme.org/Observation/observation112",
            "resource": {
                "resourceType": "Observation",
                "id": "observation112",
                "meta": {
                    "profile":  [
                        "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult"
                    ]
                },
                "text": {
                    "status": "empty",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
                },
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "code": "20563-3",
                            "display": "Carboxyhemoglobin/Hemoglobin.total in Blood"
                        }
                    ],
                    "text": "Hemoglobin"
                },
                "subject": {
                    "reference": "Patient/patient1"
                },
                "effectiveDateTime": "2015-11-04T09:16:00-05:00",
                "performer":  [
                    {
                        "reference": "Organization/organization10"
                    }
                ],
                "valueQuantity": {
                    "value": 14.1,
                    "unit": "g/dl",
                    "system": "http://unitsofmeasure.org",
                    "code": "g/dl"
                },
                "specimen": {
                    "reference": "Specimen/specimen1"
                },
                "referenceRange":  [
                    {
                        "low": {
                            "value": 11.8,
                            "unit": "g/dl",
                            "system": "http://unitsofmeasure.org",
                            "code": "g/dl"
                        },
                        "high": {
                            "value": 14.8,
                            "unit": "g/dl",
                            "system": "http://unitsofmeasure.org",
                            "code": "g/dl"
                        },
                        "type": {
                            "coding":  [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
                                    "code": "normal"
                                }
                            ]
                        }
                    }
                ]
            }
        },
        {
            "fullUrl": "https://acme.org/Organization/organization10",
            "resource": {
                "resourceType": "Organization",
                "id": "organization10",
                "meta": {
                    "profile":  [
                        "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-Organization"
                    ]
                },
                "text": {
                    "status": "empty",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
                },
                "identifier":  [
                    {
                        "use": "official",
                        "type": {
                            "coding":  [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                                    "code": "MD",
                                    "display": "Medical License number"
                                }
                            ]
                        },
                        "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
                        "value": "81165343998"
                    }
                ],
                "active": true,
                "type":  [
                    {
                        "coding":  [
                            {
                                "system": "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty",
                                "code": "orglaboratory"
                            }
                        ]
                    }
                ],
                "name": "GTL - General Testing Laboratory",
                "telecom":  [
                    {
                        "system": "phone",
                        "value": "322675199",
                        "use": "work"
                    }
                ],
                "address":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/language",
                                "valueCode": "nl"
                            }
                        ],
                        "use": "work",
                        "type": "both",
                        "text": "Vulcansstraat 120, 1000 Brussel",
                        "line":  [
                            "Vulcansstraat 120"
                        ],
                        "_line":  [
                            {
                                "extension":  [
                                    {
                                        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                                        "valueString": "Vulcansstraat"
                                    },
                                    {
                                        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                                        "valueString": "120"
                                    }
                                ]
                            }
                        ],
                        "city": "Brussel",
                        "postalCode": "1000",
                        "country": "BE"
                    }
                ]
            }
        },
        {
            "fullUrl": "https://acme.org/Practitioner/practitioner11",
            "resource": {
                "resourceType": "Practitioner",
                "id": "practitioner11",
                "meta": {
                    "profile":  [
                        "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-Practitioner"
                    ]
                },
                "text": {
                    "status": "empty",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
                },
                "identifier":  [
                    {
                        "use": "official",
                        "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
                        "value": "554488997"
                    }
                ],
                "name":  [
                    {
                        "use": "official",
                        "family": "Davoust",
                        "given":  [
                            "Nicolas"
                        ],
                        "_given":  [
                            {
                                "extension":  [
                                    {
                                        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                                        "valueCode": "BR"
                                    }
                                ]
                            }
                        ]
                    }
                ],
                "telecom":  [
                    {
                        "system": "email",
                        "value": "nicolas.davoust@gtl.be",
                        "use": "work"
                    },
                    {
                        "system": "phone",
                        "value": "022675198",
                        "use": "work"
                    },
                    {
                        "system": "fax",
                        "value": "022675209",
                        "use": "work"
                    }
                ]
            }
        },
        {
            "fullUrl": "https://acme.org/Patient/patient1",
            "resource": {
                "resourceType": "Patient",
                "id": "patient1",
                "meta": {
                    "profile":  [
                        "https://fhir.healthdata.be/StructureDefinition/HdBe-Patient"
                    ]
                },
                "text": {
                    "status": "empty",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
                },
                "identifier":  [
                    {
                        "use": "official",
                        "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
                        "value": "79121137740"
                    }
                ],
                "active": true,
                "name":  [
                    {
                        "use": "official",
                        "family": "La Paradisio",
                        "given":  [
                            "Josephine",
                            "Nessa"
                        ],
                        "_given":  [
                            {
                                "extension":  [
                                    {
                                        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                                        "valueCode": "BR"
                                    }
                                ]
                            },
                            {
                                "extension":  [
                                    {
                                        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                                        "valueCode": "BR"
                                    }
                                ]
                            }
                        ]
                    }
                ],
                "telecom":  [
                    {
                        "system": "email",
                        "value": "nessa.laparadisio@belgium.be"
                    },
                    {
                        "system": "phone",
                        "value": "+322476792979",
                        "use": "mobile"
                    },
                    {
                        "system": "phone",
                        "value": "+3226718655",
                        "use": "home"
                    },
                    {
                        "system": "phone",
                        "value": "+322476799",
                        "use": "work"
                    }
                ],
                "gender": "female",
                "birthDate": "1979-12-11",
                "_birthDate": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
                            "valueDateTime": "1979-12-11T13:28:17-05:00"
                        }
                    ]
                },
                "address":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/language",
                                "valueCode": "nl"
                            }
                        ],
                        "use": "home",
                        "type": "both",
                        "text": "Sloordelle 42, 1160 Oudergem",
                        "line":  [
                            "Sloordelle 42"
                        ],
                        "city": "Oudergem",
                        "postalCode": "1160",
                        "country": "BE"
                    }
                ]
            }
        },
        {
            "fullUrl": "https://acme.org/ServiceRequest/servicerequest1",
            "resource": {
                "resourceType": "ServiceRequest",
                "id": "servicerequest1",
                "meta": {
                    "profile":  [
                        "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Requester"
                    ]
                },
                "text": {
                    "status": "empty",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
                },
                "identifier":  [
                    {
                        "system": "https://www.GTL-LABO.be/orderingsystem",
                        "value": "12334546"
                    }
                ],
                "status": "active",
                "intent": "order",
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "108252007",
                                "display": "Laboratory procedure"
                            }
                        ]
                    }
                ],
                "subject": {
                    "reference": "Patient/patient1"
                },
                "authoredOn": "2015-11-01T14:41:00+01:00",
                "requester": {
                    "reference": "Practitioner/practitioner1"
                },
                "specimen":  [
                    {
                        "reference": "Specimen/urine1"
                    }
                ]
            }
        },
        {
            "fullUrl": "https://acme.org/Practitioner/practitioner1",
            "resource": {
                "resourceType": "Practitioner",
                "id": "practitioner1",
                "meta": {
                    "profile":  [
                        "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-Practitioner"
                    ]
                },
                "text": {
                    "status": "empty",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
                },
                "identifier":  [
                    {
                        "use": "official",
                        "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
                        "value": "18749704477"
                    }
                ],
                "name":  [
                    {
                        "use": "official",
                        "family": "Pulaski",
                        "given":  [
                            "Katherine"
                        ],
                        "_given":  [
                            {
                                "extension":  [
                                    {
                                        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                                        "valueCode": "BR"
                                    }
                                ]
                            }
                        ],
                        "suffix":  [
                            "MD"
                        ]
                    }
                ],
                "telecom":  [
                    {
                        "system": "email",
                        "value": "katherine.pulaski@enterprisehospital.be",
                        "use": "work"
                    },
                    {
                        "system": "phone",
                        "value": "022675198",
                        "use": "work"
                    },
                    {
                        "system": "fax",
                        "value": "022675209",
                        "use": "work"
                    }
                ],
                "address":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/language",
                                "valueCode": "nl"
                            }
                        ],
                        "use": "home",
                        "text": "Jupiterlaan 5, 1853 Grimbergen",
                        "line":  [
                            "Jupiterlaan 5"
                        ],
                        "city": "Grimbergen",
                        "postalCode": "1853",
                        "country": "BE"
                    }
                ]
            }
        }
    ]
}
<Bundle xmlns="http://hl7.org/fhir">
    <id value="HdBe-LaboratoryTestResult-Bundle-06-hematology" />
    <meta>
        <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult-Bundle" />
    </meta>
    <identifier>
        <system value="urn:ietf:rfc:3986" />
        <value value="urn:uuid:0c3151bd-1cbf-4d65-b04d-cd9187a4c6e0" />
    </identifier>
    <type value="collection" />
    <entry>
        <fullUrl value="https://acme.org/Specimen/specimen1" />
        <resource>
            <Specimen>
                <id value="specimen1" />
                <meta>
                    <versionId value="1" />
                    <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Specimen" />
                </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="https://acme.org/Observation/observation10" />
        <resource>
            <Observation>
                <id value="observation10" />
                <meta>
                    <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult" />
                </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="Organization/organization10" />
                </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>
                <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="https://acme.org/Observation/observation11" />
        <resource>
            <Observation>
                <id value="observation11" />
                <meta>
                    <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult" />
                </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="Organization/organization10" />
                </performer>
                <hasMember>
                    <reference value="Observation/observation111" />
                </hasMember>
                <hasMember>
                    <reference value="Observation/observation112" />
                </hasMember>
            </Observation>
        </resource>
    </entry>
    <entry>
        <fullUrl value="https://acme.org/Observation/observation111" />
        <resource>
            <Observation>
                <id value="observation111" />
                <meta>
                    <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult" />
                </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="Organization/organization10" />
                </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="https://acme.org/Observation/observation112" />
        <resource>
            <Observation>
                <id value="observation112" />
                <meta>
                    <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult" />
                </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="Organization/organization10" />
                </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="https://acme.org/Organization/organization10" />
        <resource>
            <Organization>
                <id value="organization10" />
                <meta>
                    <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-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="https://acme.org/Practitioner/practitioner11" />
        <resource>
            <Practitioner>
                <id value="practitioner11" />
                <meta>
                    <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-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">
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
                            <valueCode value="BR" />
                        </extension>
                    </given>
                </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="https://acme.org/Patient/patient1" />
        <resource>
            <Patient>
                <id value="patient1" />
                <meta>
                    <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-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>
                    <use value="official" />
                    <family value="La Paradisio" />
                    <given value="Josephine">
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
                            <valueCode value="BR" />
                        </extension>
                    </given>
                    <given value="Nessa">
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
                            <valueCode value="BR" />
                        </extension>
                    </given>
                </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>
                    <extension url="http://hl7.org/fhir/StructureDefinition/language">
                        <valueCode value="nl" />
                    </extension>
                    <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="https://acme.org/ServiceRequest/servicerequest1" />
        <resource>
            <ServiceRequest>
                <id value="servicerequest1" />
                <meta>
                    <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Requester" />
                </meta>
                <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/urine1" />
                </specimen>
            </ServiceRequest>
        </resource>
    </entry>
    <entry>
        <fullUrl value="https://acme.org/Practitioner/practitioner1" />
        <resource>
            <Practitioner>
                <id value="practitioner1" />
                <meta>
                    <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-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">
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
                            <valueCode value="BR" />
                        </extension>
                    </given>
                    <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>
                    <extension url="http://hl7.org/fhir/StructureDefinition/language">
                        <valueCode value="nl" />
                    </extension>
                    <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>
Bundle
Bundle.id[0]HdBe-LaboratoryTestResult-Bundle-06-hematology
Bundle.meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult-Bundle
Bundle.identifier[0].system[0]urn:ietf:rfc:3986
Bundle.identifier[0].value[0]urn:uuid:0c3151bd-1cbf-4d65-b04d-cd9187a4c6e0
Bundle.type[0]collection
Bundle.entry[0].fullUrl[0]https://acme.org/Specimen/specimen1
Bundle.entry[0].resource[0].id[0]specimen1
Bundle.entry[0].resource[0].meta[0].versionId[0]1
Bundle.entry[0].resource[0].meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Specimen
Bundle.entry[0].resource[0].text[0].status[0]empty
Bundle.entry[0].resource[0].text[0].div[0]
empty
Bundle.entry[0].resource[0].identifier[0].system[0]https://www.GTL-LABO.be/
Bundle.entry[0].resource[0].identifier[0].value[0]1
Bundle.entry[0].resource[0].status[0]available
Bundle.entry[0].resource[0].type[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[0].resource[0].type[0].coding[0].code[0]119297000
Bundle.entry[0].resource[0].type[0].coding[0].display[0]Blood specimen
Bundle.entry[0].resource[0].type[0].text[0]A string can be added to nuance or explain.
Bundle.entry[0].resource[0].receivedTime[0]2015-11-04
Bundle.entry[0].resource[0].collection[0].collectedDateTime[0]2015-11-03
Bundle.entry[0].resource[0].collection[0].method[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[0].resource[0].collection[0].method[0].coding[0].code[0]28520004
Bundle.entry[0].resource[0].collection[0].method[0].coding[0].display[0]Venipuncture for blood test (procedure)
Bundle.entry[0].resource[0].collection[0].bodySite[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[0].resource[0].collection[0].bodySite[0].coding[0].code[0]368208006
Bundle.entry[0].resource[0].collection[0].bodySite[0].coding[0].display[0]Left upper arm structure (body structure)
Bundle.entry[0].resource[0].note[0].text[0]Some extra relevant information concerning the specimen
Bundle.entry[1].fullUrl[0]https://acme.org/Observation/observation10
Bundle.entry[1].resource[0].id[0]observation10
Bundle.entry[1].resource[0].meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult
Bundle.entry[1].resource[0].text[0].status[0]empty
Bundle.entry[1].resource[0].text[0].div[0]
empty
Bundle.entry[1].resource[0].status[0]final
Bundle.entry[1].resource[0].code[0].coding[0].system[0]http://loinc.org
Bundle.entry[1].resource[0].code[0].coding[0].code[0]30341-2
Bundle.entry[1].resource[0].code[0].coding[0].display[0]Erythrocyte sedimentation rate
Bundle.entry[1].resource[0].subject[0].reference[0]Patient/patient1
Bundle.entry[1].resource[0].effectiveDateTime[0]2015-11-04T09:16:00-05:00
Bundle.entry[1].resource[0].issued[0]2015-11-04T09:16:00-05:00
Bundle.entry[1].resource[0].performer[0].reference[0]Organization/organization10
Bundle.entry[1].resource[0].valueQuantity[0].value[0]2
Bundle.entry[1].resource[0].valueQuantity[0].unit[0]mm/h
Bundle.entry[1].resource[0].valueQuantity[0].system[0]http://unitsofmeasure.org
Bundle.entry[1].resource[0].valueQuantity[0].code[0]mm/h
Bundle.entry[1].resource[0].interpretation[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation
Bundle.entry[1].resource[0].interpretation[0].coding[0].code[0]L
Bundle.entry[1].resource[0].interpretation[0].coding[0].display[0]Low
Bundle.entry[1].resource[0].note[0].text[0]The Bodysite and Method that are given below do not really make any sense here!
Bundle.entry[1].resource[0].bodySite[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[1].resource[0].bodySite[0].coding[0].code[0]344001
Bundle.entry[1].resource[0].bodySite[0].coding[0].display[0]Ankle
Bundle.entry[1].resource[0].bodySite[0].text[0]ankle (this code was just an example to show the structure)
Bundle.entry[1].resource[0].specimen[0].reference[0]Specimen/specimen1
Bundle.entry[1].resource[0].referenceRange[0].low[0].value[0]0
Bundle.entry[1].resource[0].referenceRange[0].low[0].unit[0]mm/h
Bundle.entry[1].resource[0].referenceRange[0].low[0].system[0]http://unitsofmeasure.org
Bundle.entry[1].resource[0].referenceRange[0].low[0].code[0]mm/h
Bundle.entry[1].resource[0].referenceRange[0].high[0].value[0]30
Bundle.entry[1].resource[0].referenceRange[0].high[0].unit[0]mm/h
Bundle.entry[1].resource[0].referenceRange[0].high[0].system[0]http://unitsofmeasure.org
Bundle.entry[1].resource[0].referenceRange[0].high[0].code[0]mm/h
Bundle.entry[1].resource[0].referenceRange[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/referencerange-meaning
Bundle.entry[1].resource[0].referenceRange[0].type[0].coding[0].code[0]normal
Bundle.entry[1].resource[0].referenceRange[0].appliesTo[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[1].resource[0].referenceRange[0].appliesTo[0].coding[0].code[0]248153007
Bundle.entry[1].resource[0].referenceRange[0].appliesTo[0].coding[0].display[0]Male
Bundle.entry[1].resource[0].referenceRange[0].text[0]Something concerning the reference range that can only be explained in text -->
Bundle.entry[2].fullUrl[0]https://acme.org/Observation/observation11
Bundle.entry[2].resource[0].id[0]observation11
Bundle.entry[2].resource[0].meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult
Bundle.entry[2].resource[0].text[0].status[0]empty
Bundle.entry[2].resource[0].text[0].div[0]
empty
Bundle.entry[2].resource[0].status[0]final
Bundle.entry[2].resource[0].code[0].text[0]SCREENING
Bundle.entry[2].resource[0].subject[0].reference[0]Patient/patient1
Bundle.entry[2].resource[0].effectiveDateTime[0]2015-11-04T09:16:00-05:00
Bundle.entry[2].resource[0].performer[0].reference[0]Organization/organization10
Bundle.entry[2].resource[0].hasMember[0].reference[0]Observation/observation111
Bundle.entry[2].resource[0].hasMember[1].reference[0]Observation/observation112
Bundle.entry[3].fullUrl[0]https://acme.org/Observation/observation111
Bundle.entry[3].resource[0].id[0]observation111
Bundle.entry[3].resource[0].meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult
Bundle.entry[3].resource[0].text[0].status[0]empty
Bundle.entry[3].resource[0].text[0].div[0]
empty
Bundle.entry[3].resource[0].status[0]final
Bundle.entry[3].resource[0].code[0].coding[0].system[0]http://loinc.org
Bundle.entry[3].resource[0].code[0].coding[0].code[0]789-8
Bundle.entry[3].resource[0].code[0].coding[0].display[0]Erythrocytes [#/volume] in Blood by Automated count
Bundle.entry[3].resource[0].code[0].text[0]Red blood cells (blood)
Bundle.entry[3].resource[0].subject[0].reference[0]Patient/patient1
Bundle.entry[3].resource[0].effectiveDateTime[0]2015-11-04T09:16:00-05:00
Bundle.entry[3].resource[0].performer[0].reference[0]Organization/organization10
Bundle.entry[3].resource[0].valueQuantity[0].value[0]4.35
Bundle.entry[3].resource[0].valueQuantity[0].unit[0]10*6/uL
Bundle.entry[3].resource[0].valueQuantity[0].system[0]http://unitsofmeasure.org
Bundle.entry[3].resource[0].valueQuantity[0].code[0]10*6/uL
Bundle.entry[3].resource[0].specimen[0].reference[0]Specimen/specimen1
Bundle.entry[3].resource[0].referenceRange[0].low[0].value[0]3.93
Bundle.entry[3].resource[0].referenceRange[0].low[0].unit[0]10*6/uL
Bundle.entry[3].resource[0].referenceRange[0].low[0].system[0]http://unitsofmeasure.org
Bundle.entry[3].resource[0].referenceRange[0].low[0].code[0]10*6/uL
Bundle.entry[3].resource[0].referenceRange[0].high[0].value[0]5.01
Bundle.entry[3].resource[0].referenceRange[0].high[0].unit[0]10*6/uL
Bundle.entry[3].resource[0].referenceRange[0].high[0].system[0]http://unitsofmeasure.org
Bundle.entry[3].resource[0].referenceRange[0].high[0].code[0]10*6/uL
Bundle.entry[3].resource[0].referenceRange[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/referencerange-meaning
Bundle.entry[3].resource[0].referenceRange[0].type[0].coding[0].code[0]normal
Bundle.entry[4].fullUrl[0]https://acme.org/Observation/observation112
Bundle.entry[4].resource[0].id[0]observation112
Bundle.entry[4].resource[0].meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult
Bundle.entry[4].resource[0].text[0].status[0]empty
Bundle.entry[4].resource[0].text[0].div[0]
empty
Bundle.entry[4].resource[0].status[0]final
Bundle.entry[4].resource[0].code[0].coding[0].system[0]http://loinc.org
Bundle.entry[4].resource[0].code[0].coding[0].code[0]20563-3
Bundle.entry[4].resource[0].code[0].coding[0].display[0]Carboxyhemoglobin/Hemoglobin.total in Blood
Bundle.entry[4].resource[0].code[0].text[0]Hemoglobin
Bundle.entry[4].resource[0].subject[0].reference[0]Patient/patient1
Bundle.entry[4].resource[0].effectiveDateTime[0]2015-11-04T09:16:00-05:00
Bundle.entry[4].resource[0].performer[0].reference[0]Organization/organization10
Bundle.entry[4].resource[0].valueQuantity[0].value[0]14.1
Bundle.entry[4].resource[0].valueQuantity[0].unit[0]g/dl
Bundle.entry[4].resource[0].valueQuantity[0].system[0]http://unitsofmeasure.org
Bundle.entry[4].resource[0].valueQuantity[0].code[0]g/dl
Bundle.entry[4].resource[0].specimen[0].reference[0]Specimen/specimen1
Bundle.entry[4].resource[0].referenceRange[0].low[0].value[0]11.8
Bundle.entry[4].resource[0].referenceRange[0].low[0].unit[0]g/dl
Bundle.entry[4].resource[0].referenceRange[0].low[0].system[0]http://unitsofmeasure.org
Bundle.entry[4].resource[0].referenceRange[0].low[0].code[0]g/dl
Bundle.entry[4].resource[0].referenceRange[0].high[0].value[0]14.8
Bundle.entry[4].resource[0].referenceRange[0].high[0].unit[0]g/dl
Bundle.entry[4].resource[0].referenceRange[0].high[0].system[0]http://unitsofmeasure.org
Bundle.entry[4].resource[0].referenceRange[0].high[0].code[0]g/dl
Bundle.entry[4].resource[0].referenceRange[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/referencerange-meaning
Bundle.entry[4].resource[0].referenceRange[0].type[0].coding[0].code[0]normal
Bundle.entry[5].fullUrl[0]https://acme.org/Organization/organization10
Bundle.entry[5].resource[0].id[0]organization10
Bundle.entry[5].resource[0].meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-Organization
Bundle.entry[5].resource[0].text[0].status[0]empty
Bundle.entry[5].resource[0].text[0].div[0]
empty
Bundle.entry[5].resource[0].identifier[0].use[0]official
Bundle.entry[5].resource[0].identifier[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Bundle.entry[5].resource[0].identifier[0].type[0].coding[0].code[0]MD
Bundle.entry[5].resource[0].identifier[0].type[0].coding[0].display[0]Medical License number
Bundle.entry[5].resource[0].identifier[0].system[0]https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi
Bundle.entry[5].resource[0].identifier[0].value[0]81165343998
Bundle.entry[5].resource[0].active[0]True
Bundle.entry[5].resource[0].type[0].coding[0].system[0]https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty
Bundle.entry[5].resource[0].type[0].coding[0].code[0]orglaboratory
Bundle.entry[5].resource[0].name[0]GTL - General Testing Laboratory
Bundle.entry[5].resource[0].telecom[0].system[0]phone
Bundle.entry[5].resource[0].telecom[0].value[0]322675199
Bundle.entry[5].resource[0].telecom[0].use[0]work
Bundle.entry[5].resource[0].address[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/language
Bundle.entry[5].resource[0].address[0].extension[0].valueCode[0]nl
Bundle.entry[5].resource[0].address[0].use[0]work
Bundle.entry[5].resource[0].address[0].type[0]both
Bundle.entry[5].resource[0].address[0].text[0]Vulcansstraat 120, 1000 Brussel
Bundle.entry[5].resource[0].address[0].line[0]Vulcansstraat 120
Bundle.entry[5].resource[0].address[0].line[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName
Bundle.entry[5].resource[0].address[0].line[0].extension[0].valueString[0]Vulcansstraat
Bundle.entry[5].resource[0].address[0].line[0].extension[1].url[0]http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber
Bundle.entry[5].resource[0].address[0].line[0].extension[1].valueString[0]120
Bundle.entry[5].resource[0].address[0].city[0]Brussel
Bundle.entry[5].resource[0].address[0].postalCode[0]1000
Bundle.entry[5].resource[0].address[0].country[0]BE
Bundle.entry[6].fullUrl[0]https://acme.org/Practitioner/practitioner11
Bundle.entry[6].resource[0].id[0]practitioner11
Bundle.entry[6].resource[0].meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-Practitioner
Bundle.entry[6].resource[0].text[0].status[0]empty
Bundle.entry[6].resource[0].text[0].div[0]
empty
Bundle.entry[6].resource[0].identifier[0].use[0]official
Bundle.entry[6].resource[0].identifier[0].system[0]https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi
Bundle.entry[6].resource[0].identifier[0].value[0]554488997
Bundle.entry[6].resource[0].name[0].use[0]official
Bundle.entry[6].resource[0].name[0].family[0]Davoust
Bundle.entry[6].resource[0].name[0].given[0]Nicolas
Bundle.entry[6].resource[0].name[0].given[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier
Bundle.entry[6].resource[0].name[0].given[0].extension[0].valueCode[0]BR
Bundle.entry[6].resource[0].telecom[0].system[0]email
Bundle.entry[6].resource[0].telecom[0].value[0]nicolas.davoust@gtl.be
Bundle.entry[6].resource[0].telecom[0].use[0]work
Bundle.entry[6].resource[0].telecom[1].system[0]phone
Bundle.entry[6].resource[0].telecom[1].value[0]022675198
Bundle.entry[6].resource[0].telecom[1].use[0]work
Bundle.entry[6].resource[0].telecom[2].system[0]fax
Bundle.entry[6].resource[0].telecom[2].value[0]022675209
Bundle.entry[6].resource[0].telecom[2].use[0]work
Bundle.entry[7].fullUrl[0]https://acme.org/Patient/patient1
Bundle.entry[7].resource[0].id[0]patient1
Bundle.entry[7].resource[0].meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-Patient
Bundle.entry[7].resource[0].text[0].status[0]empty
Bundle.entry[7].resource[0].text[0].div[0]
empty
Bundle.entry[7].resource[0].identifier[0].use[0]official
Bundle.entry[7].resource[0].identifier[0].system[0]https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin
Bundle.entry[7].resource[0].identifier[0].value[0]79121137740
Bundle.entry[7].resource[0].active[0]True
Bundle.entry[7].resource[0].name[0].use[0]official
Bundle.entry[7].resource[0].name[0].family[0]La Paradisio
Bundle.entry[7].resource[0].name[0].given[0]Josephine
Bundle.entry[7].resource[0].name[0].given[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier
Bundle.entry[7].resource[0].name[0].given[0].extension[0].valueCode[0]BR
Bundle.entry[7].resource[0].name[0].given[1]Nessa
Bundle.entry[7].resource[0].name[0].given[1].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier
Bundle.entry[7].resource[0].name[0].given[1].extension[0].valueCode[0]BR
Bundle.entry[7].resource[0].telecom[0].system[0]email
Bundle.entry[7].resource[0].telecom[0].value[0]nessa.laparadisio@belgium.be
Bundle.entry[7].resource[0].telecom[1].system[0]phone
Bundle.entry[7].resource[0].telecom[1].value[0]+322476792979
Bundle.entry[7].resource[0].telecom[1].use[0]mobile
Bundle.entry[7].resource[0].telecom[2].system[0]phone
Bundle.entry[7].resource[0].telecom[2].value[0]+3226718655
Bundle.entry[7].resource[0].telecom[2].use[0]home
Bundle.entry[7].resource[0].telecom[3].system[0]phone
Bundle.entry[7].resource[0].telecom[3].value[0]+322476799
Bundle.entry[7].resource[0].telecom[3].use[0]work
Bundle.entry[7].resource[0].gender[0]female
Bundle.entry[7].resource[0].birthDate[0]1979-12-11
Bundle.entry[7].resource[0].birthDate[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/patient-birthTime
Bundle.entry[7].resource[0].birthDate[0].extension[0].valueDateTime[0]1979-12-11T13:28:17-05:00
Bundle.entry[7].resource[0].address[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/language
Bundle.entry[7].resource[0].address[0].extension[0].valueCode[0]nl
Bundle.entry[7].resource[0].address[0].use[0]home
Bundle.entry[7].resource[0].address[0].type[0]both
Bundle.entry[7].resource[0].address[0].text[0]Sloordelle 42, 1160 Oudergem
Bundle.entry[7].resource[0].address[0].line[0]Sloordelle 42
Bundle.entry[7].resource[0].address[0].city[0]Oudergem
Bundle.entry[7].resource[0].address[0].postalCode[0]1160
Bundle.entry[7].resource[0].address[0].country[0]BE
Bundle.entry[8].fullUrl[0]https://acme.org/ServiceRequest/servicerequest1
Bundle.entry[8].resource[0].id[0]servicerequest1
Bundle.entry[8].resource[0].meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Requester
Bundle.entry[8].resource[0].text[0].status[0]empty
Bundle.entry[8].resource[0].text[0].div[0]
empty
Bundle.entry[8].resource[0].identifier[0].system[0]https://www.GTL-LABO.be/orderingsystem
Bundle.entry[8].resource[0].identifier[0].value[0]12334546
Bundle.entry[8].resource[0].status[0]active
Bundle.entry[8].resource[0].intent[0]order
Bundle.entry[8].resource[0].category[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[8].resource[0].category[0].coding[0].code[0]108252007
Bundle.entry[8].resource[0].category[0].coding[0].display[0]Laboratory procedure
Bundle.entry[8].resource[0].subject[0].reference[0]Patient/patient1
Bundle.entry[8].resource[0].authoredOn[0]2015-11-01T14:41:00+01:00
Bundle.entry[8].resource[0].requester[0].reference[0]Practitioner/practitioner1
Bundle.entry[8].resource[0].specimen[0].reference[0]Specimen/urine1
Bundle.entry[9].fullUrl[0]https://acme.org/Practitioner/practitioner1
Bundle.entry[9].resource[0].id[0]practitioner1
Bundle.entry[9].resource[0].meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-Practitioner
Bundle.entry[9].resource[0].text[0].status[0]empty
Bundle.entry[9].resource[0].text[0].div[0]
empty
Bundle.entry[9].resource[0].identifier[0].use[0]official
Bundle.entry[9].resource[0].identifier[0].system[0]https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi
Bundle.entry[9].resource[0].identifier[0].value[0]18749704477
Bundle.entry[9].resource[0].name[0].use[0]official
Bundle.entry[9].resource[0].name[0].family[0]Pulaski
Bundle.entry[9].resource[0].name[0].given[0]Katherine
Bundle.entry[9].resource[0].name[0].given[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier
Bundle.entry[9].resource[0].name[0].given[0].extension[0].valueCode[0]BR
Bundle.entry[9].resource[0].name[0].suffix[0]MD
Bundle.entry[9].resource[0].telecom[0].system[0]email
Bundle.entry[9].resource[0].telecom[0].value[0]katherine.pulaski@enterprisehospital.be
Bundle.entry[9].resource[0].telecom[0].use[0]work
Bundle.entry[9].resource[0].telecom[1].system[0]phone
Bundle.entry[9].resource[0].telecom[1].value[0]022675198
Bundle.entry[9].resource[0].telecom[1].use[0]work
Bundle.entry[9].resource[0].telecom[2].system[0]fax
Bundle.entry[9].resource[0].telecom[2].value[0]022675209
Bundle.entry[9].resource[0].telecom[2].use[0]work
Bundle.entry[9].resource[0].address[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/language
Bundle.entry[9].resource[0].address[0].extension[0].valueCode[0]nl
Bundle.entry[9].resource[0].address[0].use[0]home
Bundle.entry[9].resource[0].address[0].text[0]Jupiterlaan 5, 1853 Grimbergen
Bundle.entry[9].resource[0].address[0].line[0]Jupiterlaan 5
Bundle.entry[9].resource[0].address[0].city[0]Grimbergen
Bundle.entry[9].resource[0].address[0].postalCode[0]1853
Bundle.entry[9].resource[0].address[0].country[0]BE