{ "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.", "_filename": "HdBe-HealthcareProvider.json", "package_name": "healthdata.be.r4.cbb", "date": null, "derivation": "constraint", "meta": { "lastUpdated": "2022-02-16T17:11:24.5903993+00:00" }, "publisher": "Healthdata.be (Sciensano)", "fhirVersion": "4.0.1", "name": "HdBeHealthcareProvider", "mapping": [ { "uri": "https://zibs.nl/wiki/HealthcareProvider-v3.4(2020EN)", "name": "zib HealthcareProvider-v3.4(2020EN)", "identity": "zib-healthcareprovider-v3.4-2020EN" }, { "uri": "https://zibs.nl/wiki/ContactInformation-v1.2(2020EN)", "name": "zib ContactInformation-v1.2(2020EN)", "identity": "zib-contactinformation-v1.2-2020EN" }, { "uri": "https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-HealthcareProvider", "name": "HdBe logical model HealthcareProvider", "identity": "HdBe-HealthcareProvider" }, { "uri": "https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-ContactInformation", "name": "HdBe logical model ContactInformation", "identity": "HdBe-ContactInformation" } ], "abstract": false, "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.", "type": "Location", "experimental": null, "resourceType": "StructureDefinition", "title": "HdBe HealthcareProvider", "package_version": "0.4.1-alpha", "status": "draft", "id": "f76c9736-29b0-46c7-ad28-6c7c29ee8765", "kind": "resource", "url": "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareProvider", "version": null, "differential": { "element": [ { "id": "Location", "path": "Location", "alias": [ "OrganisatieLocatie", "Zorgaanbieder" ], "short": "HealthcareProvider / OrganizationLocation", "comment": "HealthcareProvider is mapped to this Location profile and a profile on Organization (HdBe-HealthcareProvider-Organization). This Location profile acts as the focal resource of HealthcareProvider because most references to this CBB are concerned about the recording of the physical location where the care to patient takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the `Location.managingOrganization` element.\r\n\r\n \r\n\r\nHealthcare providers usually consist of multiple organizational levels and physical locations. The hierarchical structure may be captured by using multiple instances of this HealthcareProvider profile using the `Location.partOf` element to refer to their parent Location. Each instance refers the HdBe-HealthcareProvider-Organization at the appropriate level in the hierarchy.", "mapping": [ { "map": "NL-CM:17.2.1", "comment": "HealthcareProvider", "identity": "zib-healthcareprovider-v3.4-2020EN" }, { "map": "NL-CM:17.2.9", "comment": "OrganizationLocation", "identity": "zib-healthcareprovider-v3.4-2020EN" }, { "map": "healthcare_provider", "identity": "HdBe-HealthcareProvider" }, { "map": "organization_location", "identity": "HdBe-HealthcareProvider" } ] }, { "id": "Location.identifier", "path": "Location.identifier", "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "value" } ] } }, { "id": "Location.identifier:locationNumber", "max": "1", "path": "Location.identifier", "mapping": [ { "map": "organization_location.location_number", "identity": "HdBe-HealthcareProvider" } ], "sliceName": "locationNumber", "patternIdentifier": { "system": "https://fhir.healthdata.be/NamingSystem/FPS-CampusNumber" } }, { "id": "Location.name", "path": "Location.name", "alias": [ "LocatieNaam" ], "short": "LocationName", "mapping": [ { "map": "NL-CM:17.2.8", "comment": "LocationName", "identity": "zib-healthcareprovider-v3.4-2020EN" }, { "map": "location_name", "identity": "HdBe-HealthcareProvider" } ], "definition": "Name of the location." }, { "id": "Location.type", "path": "Location.type", "mapping": [ { "map": "department_identification_number", "identity": "HdBe-HealthcareProvider" } ] }, { "id": "Location.telecom", "path": "Location.telecom", "alias": [ "Contactgegevens" ], "short": "ContactInformation", "mapping": [ { "map": "NL-CM:17.2.6", "comment": "ContactInformation", "identity": "zib-healthcareprovider-v3.4-2020EN" }, { "map": "NL-CM:20.6.1", "comment": "ContactInformation", "identity": "zib-contactinformation-v1.2-2020EN" }, { "map": "contact_information", "identity": "HdBe-HealthcareProvider" }, { "map": "contact_information", "identity": "HdBe-ContactInformation" } ], "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "profile" } ] } }, { "id": "Location.telecom:telephoneNumbers", "path": "Location.telecom", "type": [ { "code": "ContactPoint", "profile": [ "https://fhir.healthdata.be/StructureDefinition/HdBe-ContactInformation-TelephoneNumbers" ] } ], "sliceName": "telephoneNumbers" }, { "id": "Location.telecom:emailAddresses", "path": "Location.telecom", "type": [ { "code": "ContactPoint", "profile": [ "https://fhir.healthdata.be/StructureDefinition/HdBe-ContactInformation-EmailAddresses" ] } ], "sliceName": "emailAddresses" }, { "id": "Location.address", "path": "Location.address", "type": [ { "code": "Address", "profile": [ "https://fhir.healthdata.be/StructureDefinition/HdBe-AddressInformation" ] } ], "comment": "The cardinality mismatch with the CBB (0..1 versus 0..*) is explained by the restriction of FHIR to limit the `Location.address` to a physical address while the zib allows for other types of addresses (e.g. a postal address). Other types of addresses than a physical address are given in `Organization.address` which is referenced by `Location.managingOrganization`.", "mapping": [ { "map": "NL-CM:17.2.5", "comment": "AddressInformation", "identity": "zib-healthcareprovider-v3.4-2020EN" }, { "map": "address_information", "identity": "HdBe-HealthcareProvider" } ], "definition": "The physical address of the healthcare provider’s location." }, { "id": "Location.managingOrganization", "path": "Location.managingOrganization", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization", "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareProvider-Organization" ] } ] } ] }, "contact": [ { "name": "Service portal – healthdata.be", "telecom": [ { "use": "work", "value": "https://sciensano.service-now.com/sp", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location" }