How will the Cerner FHIR server represent the full hierarchical location of a patient Encounter in FHIR. Ie what would be the equivalent of the data items sent in PV1.3 of HL7 v2 messages.
I'm thinking here about scenarios where app users will need to be shown precisely where a patient is located; i.e. in which facility, building, bay, bed etc so that they can physically locate them.
I will need to show the location of a patient down to Bed level within the locations hierarchy.
The examples I've pulled off the sandbox only seem to include 'single level' locations; e.g.-
"location": [
{
"location": {
"display": "BE Hospital"
}
} ]
John Neal