Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
capitalization and linking to Organization
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoCrespo-ora committed Oct 26, 2023
1 parent 8319014 commit f9cdf5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/millennium/r4/base/entities/location.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ title: Location | R4 API

## Overview

The Location resource describes physical places where healthcare services are provided. In Cerner Millennium, facilities are the top level of the patient location hierarchy. A facility is also an Organization resource that is associated with patient locations. All facilities are organizations, but not all organizations are facilities. A location can also be an ambulatory patient care area such as a clinic or an emergency room. The location hierarchy from highest to lowest is facility, building, nursing unit, room, and bed.
The Location resource describes physical places where healthcare services are provided. In Cerner Millennium, facilities are the top level of the patient location hierarchy. A facility is also an [Organization](../Organization) resource that is associated with patient locations. All facilities are organizations, but not all organizations are facilities. A location can also be an ambulatory patient care area such as a clinic or an emergency room. The location hierarchy from highest to lowest is facility, building, nursing unit, room, and bed.

* This resource supports the following [HL7 FHIR US Core Implementation Guide STU 4.0.0](https://hl7.org/fhir/us/core/STU4/){:target="_blank"} profiles:

* [US Core Location Profile](http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-location.html){:target="_blank"}

The following fields are returned if valued:

* [Location id](http://hl7.org/fhir/r4/resource-definitions.html#Resource.id){:target="_blank"}
* [Location ID](http://hl7.org/fhir/r4/resource-definitions.html#Resource.id){:target="_blank"}
* [Status](http://hl7.org/fhir/R4/location-definitions.html#Location.status){:target="_blank"}
* [Name](http://hl7.org/fhir/R4/location-definitions.html#Location.name){:target="_blank"}
* [Alias](http://hl7.org/fhir/R4/location-definitions.html#Location.alias){:target="_blank"}
Expand Down Expand Up @@ -69,7 +69,7 @@ Search for locations that meet supplied query parameters:
`address-state` | No | [`string`] | The state specified in the address. Example: `MO`
`address-postalcode` | No | [`string`] | The postal code specified in the address. Example: `64111`
`name` | No | [`string`] | The portion of the location's name or alias. Example: `Main`
`organization` | No | [`reference`]| The organization that manages the location. Example: `675844`
`organization` | No | [`reference`]| The Organization that manages the location. Example: `675844`


Notes:
Expand Down

0 comments on commit f9cdf5c

Please sign in to comment.