FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.be.core
Resource TypeOrganization
IdOrganization-organization1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization organization1

version: 1; Last updated: 2019-07-01 13:30:55+0000

Profile: BeOrganization

identifier: Provider Number/0425222333 (use: official, ), Medical License number/99999999999 (use: official, )

active: true

type: hospital

name: Enterprise Hospital Ziekenhuis

telecom: +322675199

address:

  • Vulcansstraat 120, 1000 Brussel(work)
  • 120, Rue des Vulcans, 1000 Bruxelles(work)

Source1

{
  "resourceType": "Organization",
  "id": "organization1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-07-01T13:30:55.864+00:00",
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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/core/NamingSystem/cbe",
      "value": "0425222333"
    },
    {
      "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": "99999999999"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "https://www.ehealth.fgov.be/standards/fhir/core/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"
    }
  ]
}