OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build
OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
Active as of 2023-06-23 |
Mappings for the omrs-location resource profile.
OMRSLocation | ||
Location | Entity. Role, or Act, .Role[classCode=SDLC] | |
meta | ||
id | n/a | |
extension | n/a | |
text | Act.text? | |
contained | N/A | |
extension | N/A | |
modifierExtension | N/A | |
identifier | .id | |
status | .statusCode | |
operationalStatus | n/a | |
name | .name | |
alias | .name | |
description | .playingEntity[classCode=PLC determinerCode=INSTANCE].desc | |
mode | .playingEntity[classCode=PLC].determinerCode | |
type | .code | |
telecom | n/a, TEL | |
address | n/a, AD | |
id | n/a | |
extension | n/a | |
use | unique(./use) | |
type | unique(./use) | |
text | ./formatted | |
line | AD.part[parttype = AL] | |
city | AD.part[parttype = CTY] | |
district | AD.part[parttype = CNT | CPA] | |
state | AD.part[parttype = STA] | |
postalCode | AD.part[parttype = ZIP] | |
country | AD.part[parttype = CNT] | |
period | ./usablePeriod[type="IVL<TS>"] | |
physicalType | .playingEntity [classCode=PLC].code | |
position | .playingEntity [classCode=PLC determinerCode=INSTANCE].positionText | |
id | n/a | |
extension | n/a | |
modifierExtension | N/A | |
longitude | (RIM Opted not to map the sub-elements of GPS location, is now an OBS) | |
latitude | (RIM Opted not to map the sub-elements of GPS location, is now an OBS) | |
altitude | (RIM Opted not to map the sub-elements of GPS location, is now an OBS) | |
managingOrganization | .scopingEntity[classCode=ORG determinerKind=INSTANCE] | |
partOf | .inboundLink[typeCode=PART].source[classCode=SDLC] | |
hoursOfOperation | .effectiveTime | |
id | n/a | |
extension | n/a | |
modifierExtension | N/A | |
daysOfWeek | .effectiveTime | |
allDay | .effectiveTime | |
openingTime | .effectiveTime | |
closingTime | .effectiveTime | |
availabilityExceptions | n/a | |
endpoint | n/a |
OMRSLocation | ||
Location | ||
identifier | FiveWs.identifier | |
status | FiveWs.status | |
operationalStatus | FiveWs.status | |
mode | FiveWs.class | |
type | FiveWs.class | |
physicalType | FiveWs.class |
Location is a FHIR resource that represents details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated. In the current implementation, FHIR Locations are mapped to OpenMRS Location objects.
OMRSLocation | ||
Location | OMRS Location | This profile maps to Location in OMRS FHIR2 |
id | Location.uuid | |
meta | ||
tag | tags | |
status | retired | |
name | name | |
description | description | |
address | ||
line | address1 | |
city | cityVillage | |
district | countyDistrict | |
state | stateProvince | |
postalCode | postalCode | |
country | country | |
position | ||
longitude | longintude | |
latitude | latitude | |
partOf | parentLocation |