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

: Structured Negative Antibiogram in collection bundle - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "antibiogramIsNegativeAsBundleCollection",
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:0c3201bd-1cbf-4d64-b04d-cd9187a4c6e0"
  },
  "type" : "collection",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d90",
      "resource" : {
        "resourceType" : "DiagnosticReport",
        "id" : "diagnosticreport60",
        "meta" : {
          "versionId" : "1",
          "profile" : [
            "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-laboratory-report"
          ]
        },
        "language" : "en",
        "text" : {
          "status" : "empty",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
        },
        "identifier" : [
          {
            "system" : "https://www.ehealth.fgov.be/lab-report/diagnostic-report-id",
            "value" : "11530231003.2015110413180000000"
          }
        ],
        "basedOn" : [
          {
            "reference" : "ServiceRequest/servicerequest60"
          }
        ],
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
                "code" : "LAB",
                "display" : "Laboratory"
              },
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
                "code" : "MB",
                "display" : "Microbiology"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "18769-0",
              "display" : "Microbial susceptibility tests Set"
            }
          ],
          "text" : "Microbial susceptibility tests"
        },
        "subject" : {
          "reference" : "Patient/patient1"
        },
        "effectiveDateTime" : "2015-11-03T13:18:00+01:00",
        "issued" : "2015-11-04T13:18:00+01:00",
        "performer" : [
          {
            "reference" : "Organization/organization10"
          }
        ],
        "resultsInterpreter" : [
          {
            "reference" : "Practitioner/practitioner11"
          }
        ],
        "specimen" : [
          {
            "reference" : "Specimen/specimen60"
          }
        ],
        "result" : [
          {
            "reference" : "Observation/mac60"
          },
          {
            "reference" : "Observation/cult60"
          }
        ],
        "conclusion" : "This is our conclusion"
      }
    },
    {
      "fullUrl" : "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d91",
      "resource" : {
        "resourceType" : "Specimen",
        "id" : "specimen60",
        "meta" : {
          "versionId" : "1",
          "profile" : [
            "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-specimen-laboratory"
          ]
        },
        "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" : "119295008",
              "display" : "Aspirate"
            }
          ],
          "text" : "A string can be added to nuance or explain."
        },
        "receivedTime" : "2015-11-04",
        "note" : [
          {
            "text" : "Some extra relevant information concerning the specimen"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:7c16c9c0-c471-4098-ae09-48abcadd9d92",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "mac60",
        "meta" : {
          "profile" : [
            "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"
          ]
        },
        "text" : {
          "status" : "empty",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
        },
        "status" : "final",
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "74574-5",
              "display" : "Macroscopic observation [Interpretation] in Unspecified specimen Narrative"
            }
          ],
          "text" : "Macroscopic observation"
        },
        "subject" : {
          "reference" : "Patient/patient1"
        },
        "effectiveDateTime" : "2015-11-04T09:16:00-05:00",
        "issued" : "2015-11-04T09:16:00-05:00",
        "performer" : [
          {
            "reference" : "Practitioner/practitioner11"
          }
        ],
        "valueString" : "matig purulent"
      }
    },
    {
      "fullUrl" : "urn:uuid:7c16c9c0-c471-4098-ae09-48abcadd9d93",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "cult60",
        "meta" : {
          "profile" : [
            "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"
          ]
        },
        "text" : {
          "status" : "empty",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
        },
        "status" : "final",
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "43411-8",
              "display" : "Bacteria identified in Aspirate by Culture"
            }
          ],
          "text" : "Culture"
        },
        "subject" : {
          "reference" : "Patient/patient1"
        },
        "effectiveDateTime" : "2015-11-04T09:16:00-05:00",
        "issued" : "2015-11-04T09:16:00-05:00",
        "performer" : [
          {
            "reference" : "Practitioner/practitioner11"
          }
        ],
        "valueString" : "Commensalen +-"
      }
    },
    {
      "fullUrl" : "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d94",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "organization10",
        "meta" : {
          "profile" : [
            "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-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" : "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d95",
      "resource" : {
        "resourceType" : "Practitioner",
        "id" : "practitioner11",
        "meta" : {
          "profile" : [
            "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-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"
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "email",
            "value" : "nicolas.davoust@gtl.be",
            "use" : "work"
          },
          {
            "system" : "phone",
            "value" : "022675198",
            "use" : "work"
          },
          {
            "system" : "fax",
            "value" : "022675209",
            "use" : "work"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d96",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient1",
        "meta" : {
          "profile" : [
            "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-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" : [
          {
            "family" : "La Paradisio",
            "given" : [
              "Josephine",
              "Nessa"
            ]
          }
        ],
        "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" : [
          {
            "use" : "home",
            "type" : "both",
            "text" : "Sloordelle 42, 1160 Oudergem",
            "line" : [
              "Sloordelle 42"
            ],
            "city" : "Oudergem",
            "postalCode" : "1160",
            "country" : "BE"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d97",
      "resource" : {
        "resourceType" : "ServiceRequest",
        "id" : "servicerequest60",
        "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/specimen60"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:7c16c9c0-c471-4098-ae18-48abcadd8d98",
      "resource" : {
        "resourceType" : "Practitioner",
        "id" : "practitioner1",
        "meta" : {
          "profile" : [
            "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-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"
            ],
            "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" : [
          {
            "use" : "home",
            "text" : "Jupiterlaan 5, 1853 Grimbergen",
            "line" : [
              "Jupiterlaan 5"
            ],
            "city" : "Grimbergen",
            "postalCode" : "1853",
            "country" : "BE"
          }
        ]
      }
    }
  ]
}