FHIR resource link | |
FHIR definition (redacted) | A Location includes places used for healthcare. Locations may be private, public, mobile or fixed and scale from small freezers to full hospital buildings or parking garages. Examples include:
|
PSI use case | PSI’s Outlets: Pharmacies, Provider’s clinics, health centres, labs, etc. |
FHIR required properties | none |
PSI required properties* | Country and PsiProjectCode * status, name, type, address (city, state, country), physical type |
Extensions | Implemented: none Under consideration: none |
Sample payload (minimum set) |
Notes for Location FHIR resource, per property
Property | Required by PSI? | Notes |
---|---|---|
PSI tags | YES [psi] | Country ISO-2 code /wiki/spaces/DHM/pages/13992045 PENDING: implementation of this property |
identifier | OPTIONAL [psi] | Normally the Outlet code - highly desirable |
status | YES [psi] |
|
name | YES [psi] | The presentation name |
alias | OPTIONAL [psi] | |
type | YES [psi] | Selected values from oficial FHIR list: |
telecom | OPTIONAL [psi] | Use to store phone, email, WA, web. |
address | YES [psi] | City, District and Country are mandatory |
physicalType | YES [psi] | si=Site, ho=house or other valid code |
position (Lat&Long) | OPTIONAL [psi] | Required for mapping |
hours of operation | OPTIONAL [psi] (highly desirable for locator) | "hoursOfOperation" : [{ // What days/times during a week is this location usually open "daysOfWeek" : ["<code>"], // mon | tue | wed | thu | fri | sat | sun "allDay" : <boolean>, // The Location is open all day "openingTime" : "<time>", // Time that the Location opens "closingTime" : "<time>" // Time that the Location closes |