HL7 FHIR JP Core ImplementationGuide
2.0.0-dev - ci-build Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v2.0.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: JP Core Location Profile

項目内容
定義URL http://jpfhir.jp/fhir/core/StructureDefinition/JP_Location
Version 2.0.0-dev
Name

JP_Location

Title

JP Core Location Profile

Status Active ( 2023-10-31 )
Copyright

Copyright FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI) 一般社団法人日本医療情報学会NeXEHRS課題研究会FHIR日本実装検討WG

このプロファイルはLocationリソースに対して、所在場所のデータを送受信するための基礎となる制約と拡張を定めたものである。

本プロファイルは、患者、プロバイダ、または組織に関連付けられたロケーションを記録、検索、およびフェッチするために 、FHIR Location リソースを使用するにあたっての、最低限の制約を記述したものである。Location リソースに対して本プロファイルに準拠する場合に必須となる要素や、サポートすべき拡張、用語、検索パラメータを定義する。

背景および想定シナリオ

本プロファイルは、以下のようなユースケースを想定している。

  • 所在場所名または所在場所の住所による所在場所の検索

  • 他のリソースからの所在場所の参照(例:Encounterリソースのhospitalizationで参照される患者の入院前や退院後の所在場所)

スコープ

所在場所には、偶発的な場所(事前の指定や許可なしに医療に使用される場所)と、正式に指定された専用の場所の両方が含まれる。場所は、プライベート、パブリック、モバイル、または固定であり、小さな冷凍庫から完全な病院の建物または駐車場までの規模になる。本リソースに含まれる所在場所の例を示す(ただし、この一覧に限定されない)。

  • 建物、病棟、廊下、部屋またはベッド
  • モバイルクリニック
  • 冷凍庫、インキュベーター
  • 車両またはリフト
  • 家、小屋、またはガレージ
  • 道路、駐車場、公園
  • 救急車(ジェネリック)
  • 救急車(特定)
  • 患者の家(一般)
  • 管轄

これらの所在場所は、何かが発生した患者の所在場所(骨折した部位、例えば足)をカバーすることを目的としていないが、患者が足を骨折した場所(例えば、遊び場)をカバーできる。

プロファイル定義

Usage:

プロファイル詳細

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Location

NameFlagsCard.TypeDescription & Constraintsdoco
.. Location 0..* Location 物理的な場所の詳細情報と位置情報
... identifier 0..* Identifier ユーザに場所を特定する一意のコードまたは番号
... status 0..1 code active | suspended | inactive / アクティブ|中断|非アクティブ
... operationalStatus 0..1 Coding ロケーションの運用ステータス(通常、ベッド/部屋のみ)
... name 0..1 string 人間が使用する場所の名前
... alias 0..* string その場所が過去に知られていた、または以前から知られていた別名のリスト
... description 0..1 string 名前以外の場所を識別するための詳細情報として表示できる場所に関する追加の詳細
... mode 0..1 code instance | kind / インスタンス|種類
... type 0..* CodeableConcept 実行される機能のタイプ
... telecom 0..* ContactPoint 所在地の連絡先
... address 0..1 Address 物理的な場所
... physicalType 0..1 CodeableConcept 場所の物理的な形態
... position 0..1 BackboneElement 絶対的な地理的位置
.... longitude 1..1 decimal WGS84データの経度
.... latitude 1..1 decimal WGS84データの緯度
.... altitude 0..1 decimal WGS84データによる高度
... managingOrganization 0..1 Reference(JP Core Organization Profile) プロビジョニングと維持管理を担当する組織
... partOf 0..1 Reference(JP Core Location Profile) この場所が物理的に存在するもう一つの場所
... hoursOfOperation 0..* BackboneElement この場所は通常、1週間のうち何日/時間帯に営業している
.... daysOfWeek 0..* code mon | tue | wed | thu | fri | sat | sun / 月|火|水|木|金|土|日
.... allDay 0..1 boolean その場所は終日営業している
.... openingTime 0..1 time 場所が開く時間
.... closingTime 0..1 time 場所が閉まる時間
... availabilityExceptions 0..1 string 利用可能の例外についての説明
... endpoint 0..* Reference(Endpoint) 場所のために運営されているサービスへのアクセスを提供する技術的なエンドポイント

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Location 0..* Location 物理的な場所の詳細情報と位置情報
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
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
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... identifier Σ 0..* Identifier ユーザに場所を特定する一意のコードまたは番号
ele-1: All FHIR elements must have a @value or children
... status ?!Σ 0..1 code active | suspended | inactive / アクティブ|中断|非アクティブ
Binding: LocationStatus (required): Indicates whether the location is still in use.


ele-1: All FHIR elements must have a @value or children
... operationalStatus Σ 0..1 Coding ロケーションの運用ステータス(通常、ベッド/部屋のみ)
Binding: hl7VS-bedStatus (preferred): The operational status if the location (where typically a bed/room).


ele-1: All FHIR elements must have a @value or children
... name Σ 0..1 string 人間が使用する場所の名前
ele-1: All FHIR elements must have a @value or children
... alias 0..* string その場所が過去に知られていた、または以前から知られていた別名のリスト
ele-1: All FHIR elements must have a @value or children
... description Σ 0..1 string 名前以外の場所を識別するための詳細情報として表示できる場所に関する追加の詳細
ele-1: All FHIR elements must have a @value or children
... mode Σ 0..1 code instance | kind / インスタンス|種類
Binding: LocationMode (required): Indicates whether a resource instance represents a specific location or a class of locations.


ele-1: All FHIR elements must have a @value or children
... type Σ 0..* CodeableConcept 実行される機能のタイプ
Binding: ServiceDeliveryLocationRoleType (extensible): Indicates the type of function performed at the location.


ele-1: All FHIR elements must have a @value or children
... telecom 0..* ContactPoint 所在地の連絡先
ele-1: All FHIR elements must have a @value or children
... address 0..1 Address 物理的な場所
ele-1: All FHIR elements must have a @value or children
... physicalType Σ 0..1 CodeableConcept 場所の物理的な形態
Binding: LocationType (example): Physical form of the location.


ele-1: All FHIR elements must have a @value or children
... position 0..1 BackboneElement 絶対的な地理的位置
ele-1: All FHIR elements must have a @value or children unless an empty Parameters resource
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... longitude 1..1 decimal WGS84データの経度
ele-1: All FHIR elements must have a @value or children
.... latitude 1..1 decimal WGS84データの緯度
ele-1: All FHIR elements must have a @value or children
.... altitude 0..1 decimal WGS84データによる高度
ele-1: All FHIR elements must have a @value or children
... managingOrganization Σ 0..1 Reference(JP Core Organization Profile) プロビジョニングと維持管理を担当する組織
ele-1: All FHIR elements must have a @value or children
... partOf 0..1 Reference(JP Core Location Profile) この場所が物理的に存在するもう一つの場所
ele-1: All FHIR elements must have a @value or children
... hoursOfOperation 0..* BackboneElement この場所は通常、1週間のうち何日/時間帯に営業している
ele-1: All FHIR elements must have a @value or children unless an empty Parameters resource
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... daysOfWeek 0..* code mon | tue | wed | thu | fri | sat | sun / 月|火|水|木|金|土|日
Binding: DaysOfWeek (required): The days of the week.


ele-1: All FHIR elements must have a @value or children
.... allDay 0..1 boolean その場所は終日営業している
ele-1: All FHIR elements must have a @value or children
.... openingTime 0..1 time 場所が開く時間
ele-1: All FHIR elements must have a @value or children
.... closingTime 0..1 time 場所が閉まる時間
ele-1: All FHIR elements must have a @value or children
... availabilityExceptions 0..1 string 利用可能の例外についての説明
ele-1: All FHIR elements must have a @value or children
... endpoint 0..* Reference(Endpoint) 場所のために運営されているサービスへのアクセスを提供する技術的なエンドポイント
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Location 0..* Location 物理的な場所の詳細情報と位置情報
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): IETF language tag

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
dom-r4b: Containing new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier ユーザに場所を特定する一意のコードまたは番号
... status ?!Σ 0..1 code active | suspended | inactive / アクティブ|中断|非アクティブ
Binding: LocationStatus (required): Indicates whether the location is still in use.

... operationalStatus Σ 0..1 Coding ロケーションの運用ステータス(通常、ベッド/部屋のみ)
Binding: hl7VS-bedStatus (preferred): The operational status if the location (where typically a bed/room).

... name Σ 0..1 string 人間が使用する場所の名前
... alias 0..* string その場所が過去に知られていた、または以前から知られていた別名のリスト
... description Σ 0..1 string 名前以外の場所を識別するための詳細情報として表示できる場所に関する追加の詳細
... mode Σ 0..1 code instance | kind / インスタンス|種類
Binding: LocationMode (required): Indicates whether a resource instance represents a specific location or a class of locations.

... type Σ 0..* CodeableConcept 実行される機能のタイプ
Binding: ServiceDeliveryLocationRoleType (extensible): Indicates the type of function performed at the location.


... telecom 0..* ContactPoint 所在地の連絡先
... address 0..1 Address 物理的な場所
... physicalType Σ 0..1 CodeableConcept 場所の物理的な形態
Binding: LocationType (example): Physical form of the location.

... position 0..1 BackboneElement 絶対的な地理的位置
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... longitude 1..1 decimal WGS84データの経度
.... latitude 1..1 decimal WGS84データの緯度
.... altitude 0..1 decimal WGS84データによる高度
... managingOrganization Σ 0..1 Reference(JP Core Organization Profile) プロビジョニングと維持管理を担当する組織
... partOf 0..1 Reference(JP Core Location Profile) この場所が物理的に存在するもう一つの場所
... hoursOfOperation 0..* BackboneElement この場所は通常、1週間のうち何日/時間帯に営業している
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... daysOfWeek 0..* code mon | tue | wed | thu | fri | sat | sun / 月|火|水|木|金|土|日
Binding: DaysOfWeek (required): The days of the week.


.... allDay 0..1 boolean その場所は終日営業している
.... openingTime 0..1 time 場所が開く時間
.... closingTime 0..1 time 場所が閉まる時間
... availabilityExceptions 0..1 string 利用可能の例外についての説明
... endpoint 0..* Reference(Endpoint) 場所のために運営されているサービスへのアクセスを提供する技術的なエンドポイント

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Location.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Location.statusrequiredLocationStatus
http://hl7.org/fhir/ValueSet/location-status|4.3.0
from the FHIR Standard
Location.operationalStatuspreferredHl7VSBedStatus
http://terminology.hl7.org/ValueSet/v2-0116
Location.moderequiredLocationMode
http://hl7.org/fhir/ValueSet/location-mode|4.3.0
from the FHIR Standard
Location.typeextensibleServiceDeliveryLocationRoleType
http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType
Location.physicalTypeexampleLocationType
http://hl7.org/fhir/ValueSet/location-physical-type
from the FHIR Standard
Location.hoursOfOperation.daysOfWeekrequiredDaysOfWeek
http://hl7.org/fhir/ValueSet/days-of-week|4.3.0
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorLocationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorLocationIf 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.exists() and ('#'+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(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorLocationIf 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-5errorLocationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceLocationA resource should have narrative for robust management
: text.`div`.exists()
dom-r4bwarningLocation.containedContaining new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
: ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic)
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Differential View

This structure is derived from Location

NameFlagsCard.TypeDescription & Constraintsdoco
.. Location 0..* Location 物理的な場所の詳細情報と位置情報
... identifier 0..* Identifier ユーザに場所を特定する一意のコードまたは番号
... status 0..1 code active | suspended | inactive / アクティブ|中断|非アクティブ
... operationalStatus 0..1 Coding ロケーションの運用ステータス(通常、ベッド/部屋のみ)
... name 0..1 string 人間が使用する場所の名前
... alias 0..* string その場所が過去に知られていた、または以前から知られていた別名のリスト
... description 0..1 string 名前以外の場所を識別するための詳細情報として表示できる場所に関する追加の詳細
... mode 0..1 code instance | kind / インスタンス|種類
... type 0..* CodeableConcept 実行される機能のタイプ
... telecom 0..* ContactPoint 所在地の連絡先
... address 0..1 Address 物理的な場所
... physicalType 0..1 CodeableConcept 場所の物理的な形態
... position 0..1 BackboneElement 絶対的な地理的位置
.... longitude 1..1 decimal WGS84データの経度
.... latitude 1..1 decimal WGS84データの緯度
.... altitude 0..1 decimal WGS84データによる高度
... managingOrganization 0..1 Reference(JP Core Organization Profile) プロビジョニングと維持管理を担当する組織
... partOf 0..1 Reference(JP Core Location Profile) この場所が物理的に存在するもう一つの場所
... hoursOfOperation 0..* BackboneElement この場所は通常、1週間のうち何日/時間帯に営業している
.... daysOfWeek 0..* code mon | tue | wed | thu | fri | sat | sun / 月|火|水|木|金|土|日
.... allDay 0..1 boolean その場所は終日営業している
.... openingTime 0..1 time 場所が開く時間
.... closingTime 0..1 time 場所が閉まる時間
... availabilityExceptions 0..1 string 利用可能の例外についての説明
... endpoint 0..* Reference(Endpoint) 場所のために運営されているサービスへのアクセスを提供する技術的なエンドポイント

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Location 0..* Location 物理的な場所の詳細情報と位置情報
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
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
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... identifier Σ 0..* Identifier ユーザに場所を特定する一意のコードまたは番号
ele-1: All FHIR elements must have a @value or children
... status ?!Σ 0..1 code active | suspended | inactive / アクティブ|中断|非アクティブ
Binding: LocationStatus (required): Indicates whether the location is still in use.


ele-1: All FHIR elements must have a @value or children
... operationalStatus Σ 0..1 Coding ロケーションの運用ステータス(通常、ベッド/部屋のみ)
Binding: hl7VS-bedStatus (preferred): The operational status if the location (where typically a bed/room).


ele-1: All FHIR elements must have a @value or children
... name Σ 0..1 string 人間が使用する場所の名前
ele-1: All FHIR elements must have a @value or children
... alias 0..* string その場所が過去に知られていた、または以前から知られていた別名のリスト
ele-1: All FHIR elements must have a @value or children
... description Σ 0..1 string 名前以外の場所を識別するための詳細情報として表示できる場所に関する追加の詳細
ele-1: All FHIR elements must have a @value or children
... mode Σ 0..1 code instance | kind / インスタンス|種類
Binding: LocationMode (required): Indicates whether a resource instance represents a specific location or a class of locations.


ele-1: All FHIR elements must have a @value or children
... type Σ 0..* CodeableConcept 実行される機能のタイプ
Binding: ServiceDeliveryLocationRoleType (extensible): Indicates the type of function performed at the location.


ele-1: All FHIR elements must have a @value or children
... telecom 0..* ContactPoint 所在地の連絡先
ele-1: All FHIR elements must have a @value or children
... address 0..1 Address 物理的な場所
ele-1: All FHIR elements must have a @value or children
... physicalType Σ 0..1 CodeableConcept 場所の物理的な形態
Binding: LocationType (example): Physical form of the location.


ele-1: All FHIR elements must have a @value or children
... position 0..1 BackboneElement 絶対的な地理的位置
ele-1: All FHIR elements must have a @value or children unless an empty Parameters resource
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... longitude 1..1 decimal WGS84データの経度
ele-1: All FHIR elements must have a @value or children
.... latitude 1..1 decimal WGS84データの緯度
ele-1: All FHIR elements must have a @value or children
.... altitude 0..1 decimal WGS84データによる高度
ele-1: All FHIR elements must have a @value or children
... managingOrganization Σ 0..1 Reference(JP Core Organization Profile) プロビジョニングと維持管理を担当する組織
ele-1: All FHIR elements must have a @value or children
... partOf 0..1 Reference(JP Core Location Profile) この場所が物理的に存在するもう一つの場所
ele-1: All FHIR elements must have a @value or children
... hoursOfOperation 0..* BackboneElement この場所は通常、1週間のうち何日/時間帯に営業している
ele-1: All FHIR elements must have a @value or children unless an empty Parameters resource
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... daysOfWeek 0..* code mon | tue | wed | thu | fri | sat | sun / 月|火|水|木|金|土|日
Binding: DaysOfWeek (required): The days of the week.


ele-1: All FHIR elements must have a @value or children
.... allDay 0..1 boolean その場所は終日営業している
ele-1: All FHIR elements must have a @value or children
.... openingTime 0..1 time 場所が開く時間
ele-1: All FHIR elements must have a @value or children
.... closingTime 0..1 time 場所が閉まる時間
ele-1: All FHIR elements must have a @value or children
... availabilityExceptions 0..1 string 利用可能の例外についての説明
ele-1: All FHIR elements must have a @value or children
... endpoint 0..* Reference(Endpoint) 場所のために運営されているサービスへのアクセスを提供する技術的なエンドポイント
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Location 0..* Location 物理的な場所の詳細情報と位置情報
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): IETF language tag

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
dom-r4b: Containing new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier ユーザに場所を特定する一意のコードまたは番号
... status ?!Σ 0..1 code active | suspended | inactive / アクティブ|中断|非アクティブ
Binding: LocationStatus (required): Indicates whether the location is still in use.

... operationalStatus Σ 0..1 Coding ロケーションの運用ステータス(通常、ベッド/部屋のみ)
Binding: hl7VS-bedStatus (preferred): The operational status if the location (where typically a bed/room).

... name Σ 0..1 string 人間が使用する場所の名前
... alias 0..* string その場所が過去に知られていた、または以前から知られていた別名のリスト
... description Σ 0..1 string 名前以外の場所を識別するための詳細情報として表示できる場所に関する追加の詳細
... mode Σ 0..1 code instance | kind / インスタンス|種類
Binding: LocationMode (required): Indicates whether a resource instance represents a specific location or a class of locations.

... type Σ 0..* CodeableConcept 実行される機能のタイプ
Binding: ServiceDeliveryLocationRoleType (extensible): Indicates the type of function performed at the location.


... telecom 0..* ContactPoint 所在地の連絡先
... address 0..1 Address 物理的な場所
... physicalType Σ 0..1 CodeableConcept 場所の物理的な形態
Binding: LocationType (example): Physical form of the location.

... position 0..1 BackboneElement 絶対的な地理的位置
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... longitude 1..1 decimal WGS84データの経度
.... latitude 1..1 decimal WGS84データの緯度
.... altitude 0..1 decimal WGS84データによる高度
... managingOrganization Σ 0..1 Reference(JP Core Organization Profile) プロビジョニングと維持管理を担当する組織
... partOf 0..1 Reference(JP Core Location Profile) この場所が物理的に存在するもう一つの場所
... hoursOfOperation 0..* BackboneElement この場所は通常、1週間のうち何日/時間帯に営業している
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... daysOfWeek 0..* code mon | tue | wed | thu | fri | sat | sun / 月|火|水|木|金|土|日
Binding: DaysOfWeek (required): The days of the week.


.... allDay 0..1 boolean その場所は終日営業している
.... openingTime 0..1 time 場所が開く時間
.... closingTime 0..1 time 場所が閉まる時間
... availabilityExceptions 0..1 string 利用可能の例外についての説明
... endpoint 0..* Reference(Endpoint) 場所のために運営されているサービスへのアクセスを提供する技術的なエンドポイント

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Location.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Location.statusrequiredLocationStatus
http://hl7.org/fhir/ValueSet/location-status|4.3.0
from the FHIR Standard
Location.operationalStatuspreferredHl7VSBedStatus
http://terminology.hl7.org/ValueSet/v2-0116
Location.moderequiredLocationMode
http://hl7.org/fhir/ValueSet/location-mode|4.3.0
from the FHIR Standard
Location.typeextensibleServiceDeliveryLocationRoleType
http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType
Location.physicalTypeexampleLocationType
http://hl7.org/fhir/ValueSet/location-physical-type
from the FHIR Standard
Location.hoursOfOperation.daysOfWeekrequiredDaysOfWeek
http://hl7.org/fhir/ValueSet/days-of-week|4.3.0
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorLocationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorLocationIf 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.exists() and ('#'+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(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorLocationIf 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-5errorLocationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceLocationA resource should have narrative for robust management
: text.`div`.exists()
dom-r4bwarningLocation.containedContaining new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
: ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic)
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

 

Other representations of profile: CSV, Excel, Schematron

必須要素

本プロファイルで定義された必須項目はない。

Extensions定義

本プロファイルで追加定義された拡張はない。

利用方法

OperationおよびSearch Parameter 一覧

Search Parameter一覧

コンフォーマンス パラメータ
SHALL name string GET [base]/Location?name=3南
SHALL identifier token GET [base]/Location?identifier=http://myhospital.com/fhir/Locationid|1234
SHOULD address string GET [base]/Location?address=東京都文京区本郷7丁目3−1
SHOULD address-city string GET [base]/Location?address-city=文京区
SHOULD address-state string GET [base]/Location?address-state=東京都
SHOULD address-postalcode string GET [base]/Location?address-postalcode=1130033
必須検索パラメータ

次の検索パラメータは必須でサポートされなければならない。

  1. name 検索パラメータを使用して、任意の名前パートによる文字列検索をサポートしなければならない(SHALL

    GET [base]/Location?name={string}
    

    例:

    GET [base]/Location?name=3南
    

    名前が一致するLocationリソースを含むBundleを取得する。

  2. identifier 検索パラメータを使用して、ロケーションIDなどの識別子によるLocationの検索をサポートしなければならない(SHALL

    GET [base]/Location?identifier={system|}[token]
    

    例:

    GET [base]/Location?identifier=http://myhospital.com/fhir/Locationid|1234
    

    指定された識別子に一致するLocationリソースを含むBundleを取得する。

推奨検索パラメータ

次の検索パラメータをサポートすることが望ましい。

  1. address 検索パラメータを使用して、住所テキストによる文字列検索をサポートすることが望ましい(SHOULD

    GET [base]/Location?address={string}
    

    例:

    GET [base]/Location?address=東京都文京区本郷7丁目3−1
    

    住所文字列が一致するLocationリソースを含むBundleを取得する。

  2. address-city 検索パラメータを使用して、住所の市町村名によるLocationの検索をサポートすることが望ましい(SHOULD

    GET [base]/Location?address-city={string}
    

    例:

    GET [base]/Location?address-city=文京区
    

    指定された住所の市町村名が一致するLocationリソースを含むBundleを取得する。

  3. address-state 検索パラメータを使用して、住所の都道府県名によるLocationの検索をサポートすることが望ましい(SHOULD

    GET [base]/Location?address-state={string}
    

    例:

    GET [base]/Location?address-state=東京都
    

    指定された住所の都道府県名が一致するLocationリソースを含むBundleを取得する。

  4. address-postalcode 検索パラメータを使用して、住所の郵便番号によるLocationの検索をサポートすることが望ましい(SHOULD

    GET [base]/Location?address-postalcode={string}
    

    例:

    GET [base]/Location?address-postalcode=1130033
    

    指定された住所の郵便番号が一致するLocationリソースを含むBundleを取得する。

追加検索パラメータ

追加検索パラメータは定義しない。

サンプル

その他、参考文献・リンク等

  1. 退院時サマリー規約 http://www.hl7.jp/library/item/HL7J-CDA-007.pdf
  2. 診療情報提供書規格 http://www.hl7.jp/intro/std/HL7J-CDA-005.pdf
  3. 特定健診情報ファイル仕様 https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/0000165280.html
  4. SS-MIX2 標準化ストレージ 仕様書 Ver.1.2h https://www.jami.jp/jamistd/docs/SS-MIX2/h/SS-MIX2_StndrdStrgSpecVer.1.2h.pdf
  5. ICSR E2B(R3) https://www.pmda.go.jp/int-activities/int-harmony/ich/0093.html
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けております。