HL7 BE Laboratory WG Implementation Guide
1.0.1 - STU Belgium flag

HL7 BE Laboratory WG Implementation Guide, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/lab/ and changes regularly. See the Directory of published versions

: eHealthPlatform - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "eHealthPlatform",
  "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>"
  },
  "active" : true,
  "name" : "eHealth Platform",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "3228918611",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode" : "nl"
        }
      ],
      "use" : "work",
      "type" : "both",
      "text" : "Willebroekkaai 38, 1000 Brussel",
      "line" : [
        "Willebroekkaai 38"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Willebroekkaai"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "38"
            }
          ]
        }
      ],
      "city" : "Brussel",
      "postalCode" : "1000",
      "country" : "BE"
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode" : "fr"
        }
      ],
      "use" : "work",
      "type" : "both",
      "text" : "38, Quai de Willeborek, 1000 Bruxelles",
      "line" : [
        "38, Quai de Willeborek"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Quai de Willeborek"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "38"
            }
          ]
        }
      ],
      "city" : "Bruxelles",
      "postalCode" : "1000",
      "country" : "BE"
    }
  ]
}