Location.description FHIR attribute (r4) In the Location resource for FHIR r4 , the description attribute identifies the Additional details about the location that could be displayed as further information to identify the location beyond its name
description (Location) description Attribute Name: description
Description: Additional details about the location that could be displayed as further information to identify the location beyond its name
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Location.description Example "description": "Second floor of the Old South Wing, formerly in use by Psychiatry"
Location attributes Attribute Field is list Type Description
identifier
true
Identifier
Unique code or number identifying the location to its users
Description: Unique code or number identifying the location to its users
Attribute Type : Identifier
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "identifier": [
{
"value": "B1-S.F2"
}
]
status
false
code
active | suspended | inactive
Description: active | suspended | inactive
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "status": "active"
operationalStatus
false
Coding
The operational status of the location (typically only for a bed/room)
Description: The operational status of the location (typically only for a bed/room)
Attribute Type : Coding
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "operationalStatus":
name
false
string
Name of the location as used by humans
Description: Name of the location as used by humans
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "name": "South Wing, second floor"
alias
true
string
A list of alternate names that the location is known as, or was known as, in the past
Description: A list of alternate names that the location is known as, or was known as, in the past
Attribute Type : string
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "alias": [
"BU MC, SW, F2",
"Burgers University Medical Center, South Wing, second floor"
]
description
false
string
Additional details about the location that could be displayed as further information to identify the location beyond its name
Description: Additional details about the location that could be displayed as further information to identify the location beyond its name
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "description": "Second floor of the Old South Wing, formerly in use by Psychiatry"
mode
false
code
instance | kind
Description: instance | kind
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "mode": "instance"
type
true
CodeableConcept
Type of function performed
Description: Type of function performed
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
telecom
true
ContactPoint
Contact details of the location
Description: Contact details of the location
Attribute Type : ContactPoint
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "telecom": [
{
"system": "phone",
"value": "2328",
"use": "work"
},
{
"system": "fax",
"value": "2329",
"use": "work"
},
{
"system": "email",
"value": "second wing admissions"
},
{
"system": "url",
"value": "http://sampleorg.com/southwing",
"use": "work"
}
]
address
false
Address
Physical location
Description: Physical location
Attribute Type : Address
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "address": {
"use": "work",
"line": [
"Galapagosweg 91, Building A"
],
"city": "Den Burg",
"postalCode": "9105 PZ",
"country": "NLD"
}
physicalType
false
CodeableConcept
Physical form of the location
Description: Physical form of the location
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "wi",
"display": "Wing"
}
]
}
position
false
Data Type
The absolute geographic location
Description: The absolute geographic location
Attribute Type : Data Type
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "position": {
"longitude": -83.6945691,
"latitude": 42.25475478,
"altitude": 0
}
managingOrganization
false
Reference
Organization responsible for provisioning and upkeep
Description: Organization responsible for provisioning and upkeep
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "managingOrganization": {
"reference": "Organization/f001"
}
partOf
false
Reference
Another Location this one is physically a part of
Description: Another Location this one is physically a part of
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
hoursOfOperation
true
Data Type
What days/times during a week is this location usually open
Description: What days/times during a week is this location usually open
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "hoursOfOperation":
availabilityExceptions
false
string
Description of availability exceptions
Description: Description of availability exceptions
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "availabilityExceptions":
endpoint
true
Reference
Technical endpoints providing access to services operated for the location
Description: Technical endpoints providing access to services operated for the location
Attribute Type : Reference
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "endpoint": [
{
"reference": "Endpoint/example"
}
]