This is an old version - please visit our new IG location
1.1.0 - published

This is an old version - please visit <a href='https://simplifier.net/guide/ImplementationGuideTheCoreBelgianFederalFHIRProfiles/Home'>our new IG location</a> - Local Development build (v1.1.0). See the Directory of published versions

: Organization 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "organization1",
  "meta" : {
    "profile" : [
      "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: Provider Number: 0425.222.333 (OFFICIAL), Medical License number: 999999999 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes: {https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty orghospital}\">hospital</span></p><p><b>name</b>: Enterprise Hospital Ziekenhuis</p><p><b>telecom</b>: ph: 322675199(WORK)</p><p><b>address</b>: </p><ul><li>Vulcansstraat 120, 1000 Brussel(WORK)</li><li>120, Rue des Vulcans, 1000 Bruxelles(WORK)</li></ul></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PRN",
            "display" : "Provider Number"
          }
        ]
      },
      "system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/cbe",
      "value" : "0425.222.333"
    },
    {
      "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/NamingSystem/nihdi",
      "value" : "999999999"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty",
          "code" : "orghospital"
        }
      ]
    }
  ],
  "name" : "Enterprise Hospital Ziekenhuis",
  "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"
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode" : "fr"
        }
      ],
      "use" : "work",
      "type" : "both",
      "text" : "120, Rue des Vulcans, 1000 Bruxelles",
      "line" : [
        "120, Rue des Vulcans"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Rue des Vulcans"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "120"
            }
          ]
        }
      ],
      "city" : "Bruxelles",
      "postalCode" : "1000",
      "country" : "BE"
    }
  ]
}