diff --git a/content/millennium/r4/base/entities/location.md b/content/millennium/r4/base/entities/location.md index c21904343..53399f43b 100644 --- a/content/millennium/r4/base/entities/location.md +++ b/content/millennium/r4/base/entities/location.md @@ -58,7 +58,7 @@ Search for Locations that meet supplied query parameters: ----------------------|-------------------------|--------------|------------------------------------------------------- `_id` | This or `-physicalType` | [`token`] | The logical resource id associated with the resource. `-physicalType` | This or `_id` | [`token`] | The location’s physical type. Example: `http://terminology.hl7.org/CodeSystem/location-physical-type|ro` - `identifier` | no | [`token`] | The location’s identifier. Example: `653385|FSI^~BUILD^~NU` + `identifier` | no | [`token`] | The location’s identifier. Example: `SE123456-O12345` [`_count`] | no | [`number`] | The maximum number of results to return. Defaults to `100`. `address` | no | [`string`] | A (part of the) address of the location. `address-city` | no | [`string`] | A city specified in an address @@ -73,7 +73,9 @@ Search for Locations that meet supplied query parameters: - The `-physicalType` parameter - Searching by Millennium proprietary codes is not supported. - The `-address-city` parameter - - needs address-state or address-postalcode while searching with address-city + - Needs address-state or address-postalcode while searching with address-city. +- The `identifier` parameter + - Only Millennium Outbound Aliases are supported. ### Headers @@ -96,7 +98,7 @@ Search for Locations that meet supplied query parameters: #### Request - GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Location?identifier=653385|FSI^~BUILD^~NU + GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Location?identifier=SE123456-O12345 #### Response diff --git a/lib/resources/example_json/r4_examples_location.rb b/lib/resources/example_json/r4_examples_location.rb index 963ceb8da..24a810e6f 100644 --- a/lib/resources/example_json/r4_examples_location.rb +++ b/lib/resources/example_json/r4_examples_location.rb @@ -50,8 +50,8 @@ module Resources "userSelected": true ] }, - "system": 'FIN NBR', - "value": '16000' + "system": 'FIN_NBR', + "value": 'SE123456-O12345' } ], "status": 'active', @@ -135,8 +135,8 @@ module Resources "userSelected": true ] }, - "system": 'FIN NBR', - "value": '16000' + "system": 'FIN_NBR', + "value": 'SE123456-O12345' } ], "status": 'active', @@ -252,8 +252,8 @@ module Resources "userSelected": true ] }, - "system": 'FIN NBR', - "value": '16000' + "system": 'FIN_NBR', + "value": 'SE123456-O12345' } ], "status": 'active', @@ -342,8 +342,8 @@ module Resources "userSelected": true ] }, - "system": 'FIN NBR', - "value": '16000' + "system": 'FIN_NBR', + "value": 'SE123456-O12345' } ], "status": 'active',