Location.description FHIR attribute (stu3) In the Location resource for FHIR stu3 , 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
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"
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"
}
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": [
{
"code": "wi",
"system": "http://hl7.org/fhir/location-physical-type",
"display": "Wing"
}
]
}
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"
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":
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": [
{
"use": "work",
"system": "phone",
"value": "2328"
},
{
"use": "work",
"system": "fax",
"value": "2329"
},
{
"system": "email",
"value": "second wing admissions"
},
{
"use": "work",
"system": "url",
"value": "http://sampleorg.com/southwing"
}
]
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
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"
}
]
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"
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": {
"postalCode": "9105 PZ",
"city": "Den Burg",
"use": "work",
"line": [
"Galapagosweg 91, Building A"
],
"country": "NLD"
}
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": {
"latitude": 42.25475478,
"altitude": 0,
"longitude": -83.6945691
}
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"
}
]
type
false
CodeableConcept
Type of function performed
Description: Type of function performed
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
partOf
false
Reference
Another Location this one is physically part of
Description: Another Location this one is physically part of
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
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"