Location | I | | Location | Element IdShort description 物理的な場所の詳細情報と位置情報 Definition Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.
サービスが提供され、リソースとそれに関わる人たちが存在する物理的な場所の詳細情報と位置情報。
Data Type Location Constraints- dom-2:If the resource is contained in another resource, it SHALL NOT contain nested Resources
contained.contained.empty() - dom-4:If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() - dom-3:If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() - dom-6:A resource should have narrative for robust management
text.`div`.exists() - dom-5:If a resource is contained in another resource, it SHALL NOT have a security label
contained.meta.security.empty()
Mappings- rim:Entity. Role, or Act
- rim:.Role[classCode=SDLC]
|
identifier | Σ | 0..* | Identifier | Element IdShort description Unique code or number identifying the location to its users / ユーザーに場所を特定する一意のコードまたは番号 Definition Unique code or number identifying the location to its users.
ユーザーに場所を特定する一意のコードまたは番号
Requirements Organization label locations in registries, need to keep track of those.
登記内の組織ラベルの場所。これらを追跡する必要があります。
Data Type Identifier Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- v2:CX / EI (occasionally, more often EI maps to a resource id or a URL)
- rim:II - The Identifier class is a little looser than the v3 type II because it allows URIs as well as registered OIDs or GUIDs. Also maps to Role[classCode=IDENT]
- servd:Identifier
- w5:FiveWs.identifier
- rim:.id
|
status | Σ ?! | 0..1 | codeBinding | Element IdShort description active | suspended | inactive / アクティブ|中断|非アクティブ Definition The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location.
statusプロパティは、operationStatus、またはロケーションに構成されている場合はスケジュール/スロットによってカバーされる可能性がある現在の値ではなく、リソースの一般的な可用性をカバーします。
Comments Note that FHIR strings SHALL NOT exceed 1MB in size
FHIR文字列はサイズが1MBを超えてはならないことに注意してください
Data Type code Binding Indicates whether the location is still in use. LocationStatus (required)Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- w5:FiveWs.status
- rim:.statusCode
|
operationalStatus | Σ | 0..1 | CodingBinding | Element IdLocation.operationalStatus Short description The operational status of the location (typically only for a bed/room) / ロケーションの運用ステータス(通常、ベッド/部屋のみ) Definition The operational status covers operation values most relevant to beds (but can also apply to rooms/units/chairs/etc. such as an isolation unit/dialysis chair). This typically covers concepts such as contamination, housekeeping, and other activities like maintenance.
稼働状況には、ベッドに最も関連する稼働値が含まれます(ただし、隔離ユニット/透析椅子などの部屋/ユニット/椅子などにも適用できます)。これは通常、汚染、ハウスキーピング、およびメンテナンスなどの他のアクティビティなどの概念をカバーしています。
Comments Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.
コードは、SNOMED CTなどの非常に形式的な定義まで、列挙またはコードリストで非常にカジュアルに定義できます。詳細については、HL7 v3コア原則を参照してください。
Data Type Coding Binding The operational status if the location (where typically a bed/room). v2.0116 (preferred)Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- v2:CE/CNE/CWE subset one of the sets of component 1-3 or 4-6
- rim:CV
- orim:fhir:Coding rdfs:subClassOf dt:CDCoding
- w5:FiveWs.status
|
name | Σ | 0..1 | string | Element IdShort description Name of the location as used by humans / 人間が使用する場所の名前 Definition Name of the location as used by humans. Does not need to be unique.
人間が使用する場所の名前。一意である必要はありません。
Comments If the name of a location changes, consider putting the old name in the alias column so that it can still be located through searches.
場所の名前が変更された場合は、古い名前をエイリアス列に入力して、検索で検索できるようにすることを検討してください。
Data Type string Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
alias | | 0..* | string | Element IdShort description A list of alternate names that the location is known as, or was known as, in the past / その場所が過去に知られていた、または以前から知られていた別名のリスト Definition A list of alternate names that the location is known as, or was known as, in the past.
その場所が過去に知られていた、または以前から知られていた別名のリスト
Requirements Over time locations and organizations go through many changes and can be known by different names.
For searching knowing previous names that the location was known by can be very useful.
「時間の経過とともに、場所や組織は多くの変化を遂げ、さまざまな名前で知られるようになります。
場所が知られている以前の名前を知っていることを検索することは非常に役に立ちます。」
Comments There are no dates associated with the alias/historic names, as this is not intended to track when names were used, but to assist in searching so that older names can still result in identifying the location.
エイリアス/歴史的な名前に関連付けられた日付はありません。これは、名前がいつ使用されたかを追跡するためではなく、古い名前でも場所を特定できるように検索を支援するためのものです。
Data Type string Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
description | Σ | 0..1 | string | Element IdShort description Additional details about the location that could be displayed as further information to identify the location beyond its name / 名前以外の場所を識別するための詳細情報として表示できる場所に関する追加の詳細 Definition Description of the Location, which helps in finding or referencing the place.
場所の説明。場所の検索や参照に役立ちます。
Requirements Humans need additional information to verify a correct location has been identified.
人間は、正しい場所が特定されたことを確認するために追加情報を必要とします。
Comments Note that FHIR strings SHALL NOT exceed 1MB in size
FHIR文字列はサイズが1MBを超えてはならないことに注意してください
Data Type string Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- rim:.playingEntity[classCode=PLC determinerCode=INSTANCE].desc
|
mode | Σ | 0..1 | codeBinding | Element IdShort description instance | kind / インスタンス|種類 Definition Indicates whether a resource instance represents a specific location or a class of locations.
リソースインスタンスが特定の場所を表すか、場所のクラスを表すかを示します。
Requirements When using a Location resource for scheduling or orders, we need to be able to refer to a class of Locations instead of a specific Location.
スケジュールや順番に場所リソースを使用する場合、特定の場所ではなく場所のクラスを参照できる必要があります。
Comments This is labeled as a modifier because whether or not the location is a class of locations changes how it can be used and understood.
ロケーションがロケーションのクラスであるかどうかによって、その使用方法と理解方法が変わるため、これは修飾子としてラベル付けされます。
Data Type code Binding Indicates whether a resource instance represents a specific location or a class of locations. LocationMode (required)Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- w5:FiveWs.class
- rim:.playingEntity[classCode=PLC].determinerCode
|
type | Σ | 0..* | CodeableConceptBinding | Element IdShort description Type of function performed / 実行される機能のタイプ Definition Indicates the type of function performed at the location.
その場所で実行される機能のタイプを示します。
Comments Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.
すべての用語の使用がこの一般的なパターンに適合するわけではありません。場合によっては、モデルはCodeableConceptを使用せず、コーディングを直接使用して、テキスト、コーディング、翻訳、および要素と前後の調整間の関係を管理するための独自の構造を提供する必要があります。
Data Type CodeableConcept Binding Indicates the type of function performed at the location. v3.ServiceDeliveryLocationRoleType (extensible)Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- v2:CE/CNE/CWE
- rim:CD
- orim:fhir:CodeableConcept rdfs:subClassOf dt:CD
- w5:FiveWs.class
- rim:.code
|
telecom | I | 0..* | ContactPoint | Element IdShort description Contact details of the location / 所在地の連絡先 Definition The contact details of communication devices available at the location. This can include phone numbers, fax numbers, mobile numbers, email addresses and web sites.
その場所で利用可能な通信機器の連絡先。これには、電話番号、ファックス番号、携帯電話番号、電子メールアドレス、ウェブサイトなどが含まれます。
Data Type ContactPoint Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - cpt-2:A system is required if a value is provided.
value.empty() or system.exists()
Mappings- rim:n/a
- v2:XTN
- rim:TEL
- servd:ContactPoint
- rim:.telecom
|
address | | 0..1 | Address | Element IdShort description Physical location / 物理的な場所 Definition Physical location.
物理的な場所。
Requirements If locations can be visited, we need to keep track of their address.
場所が訪問できる場合は、住所を把握しておく必要があります。
Comments Additional addresses should be recorded using another instance of the Location resource, or via the Organization.
追加のアドレスは、Location リソースの別のインスタンスを使用して記録するか、Organization を介して記録する必要があります。
Data Type Address Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- v2:XAD
- rim:AD
- servd:Address
- rim:.addr
|
physicalType | Σ | 0..1 | CodeableConcept | Element IdShort description Physical form of the location / 場所の物理的な形態 Definition Physical form of the location, e.g. building, room, vehicle, road.
場所の物理的な形、例えば建物、部屋、車両、道路。
Requirements For purposes of showing relevant locations in queries, we need to categorize locations.
クエリで関連する場所を表示するためには、場所を分類する必要があります。
Comments Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.
すべての用語の使用がこの一般的なパターンに適合するわけではない。いくつかのケースでは、モデルはCodeableConceptを使用せず、Codingを直接使用し、テキスト、コーディング、翻訳、要素間の関係、および前後の調整を管理するための独自の構造を提供することが望ましい。
Data Type CodeableConcept Binding Physical form of the location. LocationType (example)Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- v2:CE/CNE/CWE
- rim:CD
- orim:fhir:CodeableConcept rdfs:subClassOf dt:CD
- w5:FiveWs.class
- rim:.playingEntity [classCode=PLC].code
|
position | | 0..1 | BackboneElement | Element IdShort description The absolute geographic location / 絶対的な地理的位置 Definition The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).
WGS84 データム(KML で使用されている座標系と同じ)を用いて表現された Location の絶対地理的位置。
Requirements For mobile applications and automated route-finding knowing the exact location of the Location is required.
モバイルアプリケーションや自動化されたルート検索では、位置情報の正確な位置を知る必要があります。
Data Type BackboneElement Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- rim:.playingEntity [classCode=PLC determinerCode=INSTANCE].positionText
|
longitude | | 1..1 | decimal | Element IdLocation.position.longitude Short description Longitude with WGS84 datum / WGS84データの経度 Definition Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below).
経度。値の領域及び解釈は、KML の longitude 要素のテキストと同様である(後述)。
Comments Do not use an IEEE type floating point type, instead use something that works like a true decimal, with inbuilt precision (e.g. Java BigInteger)
IEEE型の浮動小数点型は使用せず、真の10進数のように動作し、精度が組み込まれているものを使用してください(例:JavaのBigInteger)。
Data Type decimal Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- rim:(RIM Opted not to map the sub-elements of GPS location, is now an OBS)
|
latitude | | 1..1 | decimal | Element IdLocation.position.latitude Short description Latitude with WGS84 datum / WGS84データの緯度 Definition Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below).
緯度。値領域及び解釈は、KML の latitude 要素のテキストと同様である(後述)。
Comments Do not use an IEEE type floating point type, instead use something that works like a true decimal, with inbuilt precision (e.g. Java BigInteger)
IEEE型の浮動小数点型は使用せず、真の10進数のように動作し、精度が組み込まれているものを使用してください(例:JavaのBigInteger)。
Data Type decimal Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- rim:(RIM Opted not to map the sub-elements of GPS location, is now an OBS)
|
altitude | | 0..1 | decimal | Element IdLocation.position.altitude Short description Altitude with WGS84 datum / WGS84データによる高度 Definition Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below).
高度。値領域及び解釈は、KML の altitude 要素のテキストと同様である(後述)。
Comments Do not use an IEEE type floating point type, instead use something that works like a true decimal, with inbuilt precision (e.g. Java BigInteger)
IEEE型の浮動小数点型は使用せず、真の10進数のように動作し、精度が組み込まれているものを使用してください(例:JavaのBigInteger)。
Data Type decimal Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- rim:(RIM Opted not to map the sub-elements of GPS location, is now an OBS)
|
managingOrganization | Σ I | 0..1 | Reference(Organization) | Element IdLocation.managingOrganization Short description Organization responsible for provisioning and upkeep / プロビジョニングと維持管理を担当する組織 Definition The organization responsible for the provisioning and upkeep of the location.
場所のプロビジョニングと維持管理を担当する組織。
Requirements Need to know who manages the location.
場所を管理している人を知る必要があります。
Comments This can also be used as the part of the organization hierarchy where this location provides services. These services can be defined through the HealthcareService resource.
これは、この場所がサービスを提供する組織階層の一部として使用することもできます。これらのサービスは、HealthcareServiceリソースを介して定義することができます。
Data Type Reference(Organization) Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ref-1:SHALL have a contained resource if a local reference is provided
reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))
Mappings- rim:n/a
- rim:The target of a resource reference is a RIM entry point (Act, Role, or Entity)
- rim:.scopingEntity[classCode=ORG determinerKind=INSTANCE]
|
partOf | I | 0..1 | Reference(Location) | Element IdShort description Another Location this one is physically a part of / この場所が物理的に存在するもう一つの場所 Definition Another Location of which this Location is physically a part of.
この場所が物理的に存在するもう一つの場所。
Requirements For purposes of location, display and identification, knowing which locations are located within other locations is important.
位置情報、表示、識別のためには、他のどの場所の内部にどの場所があるかを知ることが重要である。
Comments References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.
参照は、実際のFHIRリソースへの参照である必要があり、解決可能(内容に到達可能)である必要がある(アクセス制御、一時的な使用不可などを考慮に入れる)。解決は、URLから取得するか、リソースタイプによって該当する場合は、絶対参照を正規URLとして扱い、ローカルレジストリ/リポジトリで検索することによって行うことができる。
Data Type Reference(Location) Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ref-1:SHALL have a contained resource if a local reference is provided
reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))
Mappings- rim:n/a
- rim:The target of a resource reference is a RIM entry point (Act, Role, or Entity)
- rim:.inboundLink[typeCode=PART].source[classCode=SDLC]
|
hoursOfOperation | | 0..* | BackboneElement | Element IdLocation.hoursOfOperation Short description What days/times during a week is this location usually open / この場所は通常、1週間のうち何日/時間帯に営業しています。 Definition What days/times during a week is this location usually open.
この場所が週に何日あるいは何時間オープンしているか。
Comments This type of information is commonly found published in directories and on websites informing customers when the facility is available.
Specific services within the location may have their own hours which could be shorter (or longer) than the locations hours.
この種の情報は、一般的にディレクトリやウェブサイトに掲載されており、施設が利用可能な時間帯を顧客に通知している。
その場所の特定のサービスは、その場所の時間よりも短い(または長い)独自の時間を持っている場合がある。
Data Type BackboneElement Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- rim:.effectiveTime
|
daysOfWeek | | 0..* | codeBinding | Element IdLocation.hoursOfOperation.daysOfWeek Short description mon | tue | wed | thu | fri | sat | sun / 月|火|水|木|金|土|日 Definition Indicates which days of the week are available between the start and end Times.
開始時刻と終了時刻の間に利用可能な曜日を示します。
Comments Note that FHIR strings SHALL NOT exceed 1MB in size
FHIR文字列のサイズは1MBを超えてはならないことに注意してください。
Data Type code Binding The days of the week. DaysOfWeek (required)Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- rim:.effectiveTime
|
allDay | | 0..1 | boolean | Element IdLocation.hoursOfOperation.allDay Short description The Location is open all day / その場所は終日営業しています Definition The Location is open all day.
その場所は終日営業しています。
Data Type boolean Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- rim:.effectiveTime
|
openingTime | | 0..1 | time | Element IdLocation.hoursOfOperation.openingTime Short description Time that the Location opens / 場所が開く時間 Definition Time that the Location opens.
場所が開く時間
Data Type time Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- rim:.effectiveTime
|
closingTime | | 0..1 | time | Element IdLocation.hoursOfOperation.closingTime Short description Time that the Location closes / 場所が閉まる時間 Definition Time that the Location closes.
場所が閉まる時間
Data Type time Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim:n/a
- rim:.effectiveTime
|
availabilityExceptions | | 0..1 | string | Element IdLocation.availabilityExceptions Short description Description of availability exceptions / 利用可能の例外についての説明。 Definition A description of when the locations opening ours are different to normal, e.g. public holiday availability. Succinctly describing all possible exceptions to normal site availability as detailed in the opening hours Times.
場所が私たちのものを開くときの説明は、通常、例えば、祝日の可用性とは異なる。
営業時間に詳細な通常のサイトの利用可能性のすべての可能性のある例外を簡潔に説明する。
Comments Note that FHIR strings SHALL NOT exceed 1MB in size
Data Type string Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
endpoint | I | 0..* | Reference(Endpoint) | Element IdShort description Technical endpoints providing access to services operated for the location / 場所のために運営されているサービスへのアクセスを提供する技術的なエンドポイント Definition Technical endpoints providing access to services operated for the location.
場所のために運営されているサービスへのアクセスを提供する技術的なエンドポイント。
Requirements Organizations may have different systems at different locations that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose.
組織は、さまざまなサービスを提供するさまざまな場所に異なるシステムを持っている可能性があり、それらに接続する方法や目的のための技術的な接続の詳細を定義できる必要があります。
Comments References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.
参照は、実際のFHIRリソースへの参照である必要があり、解決可能(内容に到達可能)である必要がある(アクセス制御、一時的な使用不可などを考慮に入れる)。解決は、URLから取得するか、リソースタイプによって該当する場合は、絶対参照を正規URLとして扱い、ローカルレジストリ/リポジトリで検索することによって行うことができる。
Data Type Reference(Endpoint) Constraints- ele-1:All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ref-1:SHALL have a contained resource if a local reference is provided
reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))
Mappings- rim:n/a
- rim:The target of a resource reference is a RIM entry point (Act, Role, or Entity)
|