Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

FHIR resource link

http://hl7.org/fhir/location.html

https://build.fhir.org/location.html

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:

  • Fixed: Building, ward, corridor, room or bed

  • Mobile Clinic

  • Vehicle, Freezer, incubator

  • Patient's Home

  • Ambulance (generic or specific)

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]

  • active - site open

  • suspended - not current use

  • inactive - site closed

name

YES [psi]

The presentation name

alias

OPTIONAL [psi]

type

YES [psi]

Selected values from oficial FHIR list:
https://terminology.hl7.org/3.1.0/ValueSet-v3-ServiceDeliveryLocationRoleType.html

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

  • No labels