description: 'The physical location of a healthcare provider. A healthcare provider is an organization that offers and provides medical, paramedic and/or nursing care to patients/clients. Examples include: hospitals, nursing homes, doctor’s offices.' package_name: healthdata.be.r4.cbb derivation: constraint name: HdBeHealthcareOrganization type: Location elements: identifier: constraint: HdBe-HealthcareOrganization-1: {human: 'If the Location contains a DepartmentIdentificationNumber, the LocationIdentificationNumber must also be present to ensure unique identification of the Location.', severity: error, expression: 'identifier.where(system = ''https://fhir.healthdata.be/NamingSystem/DepartmentIdentificationNumber'').exists() implies identifier.where(system = ''https://fhir.healthdata.be/NamingSystem/LocationIdentificationNumber'').exists()'} index: 0 slicing: rules: open discriminator: - {path: $this, type: value} min: null slices: locationIdentificationNumber: match: {system: 'https://fhir.healthdata.be/NamingSystem/LocationIdentificationNumber'} schema: short: LocationIdentificationNumber pattern: type: Identifier value: {system: 'https://fhir.healthdata.be/NamingSystem/LocationIdentificationNumber'} index: 1 max: 1 departmentIdentificationNumber: match: {system: 'https://fhir.healthdata.be/NamingSystem/DepartmentIdentificationNumber'} schema: short: DepartmentIdentificationNumber pattern: type: Identifier value: {system: 'https://fhir.healthdata.be/NamingSystem/DepartmentIdentificationNumber'} index: 2 max: 1 name: {short: LocationName, index: 3} telecom: {type: ContactPoint, short: ContactInformation, index: 4} address: {type: Address, index: 5} managingOrganization: type: Reference refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-Organization'] index: 6 package_version: 0.9.0-alpha class: profile kind: resource url: https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization base: http://hl7.org/fhir/StructureDefinition/Location version: null