HL7 Japan-JAMI eReferral ImplementationGuide
1.1.1-rc - release Japan flag

HL7 Japan-JAMI eReferral ImplementationGuide - Local Development build (v1.1.1-rc). See the Directory of published versions

Resource Profile(リソースプロファイル): JP_Encounter_eClinicalSummary

項目内容
定義URL http://jpfhir.jp/fhir/eClinicalSummary/StructureDefinition/JP_Encounter_eClinicalSummary
Version 1.1.1-rc
Name

JP_Encounter_eClinicalSummary

Status Active ( 2022-11-07 )
Copyright

Copyright HL7Japan and Japan Association of Medical Informatics (JAMI), CC(Creative Commons license) BY-ND CC表示・改変禁止

診療情報提供では、紹介理由を記述するEncouter情報 JP_Encounterの派生プロファイル。診療サマリーではサマリー対象となる受診や入院に関する情報。

Usage:

Formal Views of Profile Content

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

This structure is derived from JP_Encounter

NameFlagsCard.TypeDescription & Constraintsdoco
.. Encounter 0..*JP_EncounterAn interaction during which services are provided to the patient / 患者にサービスが提供されている間の相互作用
... status S1..1codeplanned | arrived | triaged | in-progress | onleave | finished | cancelled + / 予定|到着|トリアージ|進行中|保留中|終了|キャンセル+【詳細参照】
Fixed Value: finished
... class S1..1CodingClassification of patient encounter / 患者とのEncounterの分類【詳細参照】
.... system S1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v3-ActCode
.... code S1..1codeSymbol in syntax defined by the system
Binding: ActEncounterCode (extensible)
.... display S0..1stringRepresentation defined by the system
... classHistory 0..1BackboneElementList of past encounter classes / 過去のEncounter classのリスト【詳細参照】
... reasonCode S0..*CodeableConcept入院時主訴・入院理由。紹介する理由(主訴・目的)
.... coding
..... system S0..1uriIdentity of the terminology system
..... code S0..1codeSymbol in syntax defined by the system
.... text S0..1stringPlain text representation of the concept

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
Encounter.class.codeextensibleActEncounterCode
NameFlagsCard.TypeDescription & Constraintsdoco
.. Encounter 0..*JP_EncounterAn interaction during which services are provided to the patient / 患者にサービスが提供されている間の相互作用
... implicitRules ?!Σ0..1uriこのコンテンツが作成されたルールのセット / A set of rules under which this content was created
... associatedEncounter 0..1Reference(Encounter)関連するEncounter
URL: http://hl7.org/fhir/StructureDefinition/encounter-associatedEncounter
... modifierExtension ?!0..*Extension無視できない拡張機能 / Extensions that cannot be ignored
... status ?!SΣ1..1codeplanned | arrived | triaged | in-progress | onleave | finished | cancelled + / 予定|到着|トリアージ|進行中|保留中|終了|キャンセル+【詳細参照】
Binding: EncounterStatus (required): Encounterの現在の状態。 / Current state of the encounter.


Fixed Value: finished
... class SΣ1..1CodingClassification of patient encounter / 患者とのEncounterの分類【詳細参照】
Binding: ActEncounterCode (extensible): Encounterの分類。 / Classification of the encounter.

.... system SΣ1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v3-ActCode
.... code SΣ1..1codeSymbol in syntax defined by the system
Binding: ActEncounterCode (extensible)
.... display SΣ0..1stringRepresentation defined by the system
... classHistory 0..1BackboneElementList of past encounter classes / 過去のEncounter classのリスト【詳細参照】
.... modifierExtension ?!Σ0..*Extension認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
.... class 1..1Codinginpatient | outpatient | ambulatory | emergency + / 入院|外来|外来|救急+
Binding: ActEncounterCode (extensible): Encounterの分類。 / Classification of the encounter.

.... period 1..1PeriodThe time that the episode was in the specified class / 指定されたクラスにエピソードがあった時間
... reasonCode SΣ0..*CodeableConcept入院時主訴・入院理由。紹介する理由(主訴・目的)
Binding: EncounterReasonCodes (preferred): Encounterが起こる理由。 / Reason why the encounter takes place.


.... coding Σ0..*CodingCode defined by a terminology system
..... system SΣ0..1uriIdentity of the terminology system
..... code SΣ0..1codeSymbol in syntax defined by the system
.... text SΣ0..1stringPlain text representation of the concept

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Encounter.statusrequiredFixed Value: finished
Encounter.classextensibleActEncounterCode
Encounter.class.codeextensibleActEncounterCode
Encounter.classHistory.classextensibleActEncounterCode
Encounter.reasonCodepreferredEncounterReasonCodes

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorEncounterリソースが別のリソースに含まれている場合、ネストされたリソースを含めてはなりません / If the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorEncounterリソースが別のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含有リソースを参照するものとします / 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-4errorEncounterリソースが別のリソースに含まれている場合、meta.versionidまたはmeta.lastupdatedを持たないものとします / 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-5errorEncounter別のリソースにリソースが含まれている場合、セキュリティラベルはありません / If a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceEncounterリソースには、堅牢な管理のための叙述(Narative)が必要です / A resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsすべてのFHIR要素には、@valueまたは子供が必要です / All FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensions両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both
: extension.exists() != value.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Encounter 0..*JP_EncounterAn interaction during which services are provided to the patient / 患者にサービスが提供されている間の相互作用
... id Σ0..1idこのアーティファクトの論理ID / Logical id of this artifact
... meta Σ0..1Metaリソースに関するメタデータ / Metadata about the resource
... implicitRules ?!Σ0..1uriこのコンテンツが作成されたルールのセット / A set of rules under which this content was created
... language 0..1codeリソースコンテンツの言語 / Language of the resource content
Binding: CommonLanguages (preferred): 人間の言語。 / A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1Narrative人間の解釈のためのリソースのテキスト概要 / Text summary of the resource, for human interpretation
... contained 0..*Resourceインラインリソースが含まれています / Contained, inline Resources
... Slices for extension 0..*Extension実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
... associatedEncounter 0..1Reference(Encounter)関連するEncounter
URL: http://hl7.org/fhir/StructureDefinition/encounter-associatedEncounter
... modifierExtension ?!0..*Extension無視できない拡張機能 / Extensions that cannot be ignored
... identifier Σ0..*IdentifierIdentifier(s) by which this encounter is known / このEncounterが知られている識別子(複数可)【詳細参照】
... status ?!SΣ1..1codeplanned | arrived | triaged | in-progress | onleave | finished | cancelled + / 予定|到着|トリアージ|進行中|保留中|終了|キャンセル+【詳細参照】
Binding: EncounterStatus (required): Encounterの現在の状態。 / Current state of the encounter.


Fixed Value: finished
... statusHistory 0..*BackboneElementList of past encounter statuses / 過去のEncounterのステータス一覧【詳細参照】
.... id 0..1string要素間参照のための一意のID / 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
.... status 1..1codeplanned | arrived | triaged | in-progress | onleave | finished | cancelled + / 予定|到着|トリアージ|進行中|保留中|終了|キャンセル+.
Binding: EncounterStatus (required): Encounterの現在の状態。 / Current state of the encounter.

.... period 1..1PeriodThe time that the episode was in the specified status / そのエピソードが指定された状態になっていた時間
... class SΣ1..1CodingClassification of patient encounter / 患者とのEncounterの分類【詳細参照】
Binding: ActEncounterCode (extensible): Encounterの分類。 / Classification of the encounter.

.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... system SΣ1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v3-ActCode
.... version Σ0..1stringVersion of the system - if relevant
.... code SΣ1..1codeSymbol in syntax defined by the system
Binding: ActEncounterCode (extensible)
.... display SΣ0..1stringRepresentation defined by the system
.... userSelected Σ0..1booleanIf this coding was chosen directly by the user
... classHistory 0..1BackboneElementList of past encounter classes / 過去のEncounter classのリスト【詳細参照】
.... id 0..1string要素間参照のための一意のID / 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
.... class 1..1Codinginpatient | outpatient | ambulatory | emergency + / 入院|外来|外来|救急+
Binding: ActEncounterCode (extensible): Encounterの分類。 / Classification of the encounter.

.... period 1..1PeriodThe time that the episode was in the specified class / 指定されたクラスにエピソードがあった時間
... type Σ0..*CodeableConceptSpecific type of encounter / Encounterの具体的なタイプ【詳細参照】
Binding: EncounterType (example): Encounterのタイプ。 / The type of encounter.


... serviceType Σ0..1CodeableConceptSpecific type of service / 具体的なサービスの種類【詳細参照】
Binding: ServiceType (example): 提供されるサービスの広範な分類。 / Broad categorization of the service that is to be provided.

... priority 0..1CodeableConceptIndicates the urgency of the encounter / このEncounterの緊急性を示す【詳細参照】
Binding: ActPriority (example): Encounterの緊急性を示します。 / Indicates the urgency of the encounter.

... subject Σ0..1Reference(JP Core Patient Profile | Group)The patient or group present at the encounter / このEncounterに立ち会う患者またはグループ【詳細参照】
... episodeOfCare Σ0..*Reference(EpisodeOfCare)Episode(s) of care that this encounter should be recorded against / このEncounterが記録されるべきケアのエピソード【詳細参照】
... basedOn 0..*Reference(ServiceRequest)The ServiceRequest that initiated this encounter / このEncounterを開始したServiceRequest【詳細参照】
... participant Σ0..*BackboneElementList of participants involved in the encounter / このEncounterに関わった参加者一覧【詳細参照】
.... id 0..1string要素間参照のための一意のID / 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
.... type Σ0..*CodeableConceptRole of participant in encounter / このEncounterにおける参加者の役割
Binding: ParticipantType (extensible): Encounterの参加者の役割。 / Role of participant in encounter.


.... period 0..1PeriodPeriod of time during the encounter that the participant participated / この参加者が参加したEncounterの中での期間
.... individual Σ0..1Reference(JP Core Practitioner Profile | JP Core PractitionerRole Profile | RelatedPerson)Persons involved in the encounter other than the patient / 患者以外のこのEncounterに関わった人
... appointment Σ0..*Reference(Appointment)The appointment that scheduled this encounter / このEncounterをスケジュールした予定【詳細参照】
... period 0..1PeriodThe start and end time of the encounter / このEncounterの開始時間と終了時間【詳細参照】
... length 0..1DurationQuantity of time the encounter lasted (less time absent) / Encounterが続いた時間の量(欠席時間が少ない)【詳細参照】
... reasonCode SΣ0..*CodeableConcept入院時主訴・入院理由。紹介する理由(主訴・目的)
Binding: EncounterReasonCodes (preferred): Encounterが起こる理由。 / Reason why the encounter takes place.


.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ0..*CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ0..1uriIdentity of the terminology system
..... version Σ0..1stringVersion of the system - if relevant
..... code SΣ0..1codeSymbol in syntax defined by the system
..... display Σ0..1stringRepresentation defined by the system
..... userSelected Σ0..1booleanIf this coding was chosen directly by the user
.... text SΣ0..1stringPlain text representation of the concept
... reasonReference Σ0..*Reference(JP Core Condition Profile | JP Core Procedure Profile | JP Core Observation Common Profile | ImmunizationRecommendation)Reason the encounter takes place (reference) Encounterがあった理由【詳細参照】
... diagnosis Σ0..*BackboneElementThe list of diagnosis relevant to this encounter / このEncounterに関連する診断名のリスト【詳細参照】
.... id 0..1string要素間参照のための一意のID / 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
.... condition Σ1..1Reference(JP Core Condition Profile | JP Core Procedure Profile)The diagnosis or procedure relevant to the encounter / Encounterに関連する診断または処置
.... use 0..1CodeableConceptRole that this diagnosis has within the encounter (e.g. admission, billing, discharge …) / この診断名がある受診機会において持っている役割(例えば、入院、請求、退院...)
Binding: DiagnosisRole (preferred): この状態が表す診断のタイプ。 / The type of diagnosis this condition represents.

.... rank 0..1positiveIntRanking of the diagnosis (for each role type) / 診断名の順位(役割別)
... account 0..*Reference(Account)The set of accounts that may be used for billing for this Encounter / あるEncounterの請求に使用される会計セット【詳細参照】
... hospitalization 0..1BackboneElementDetails about the admission to a healthcare service/医療機関への入院に関する詳細【詳細参照】
.... id 0..1string要素間参照のための一意のID / 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
.... preAdmissionIdentifier 0..1IdentifierPre-admission identifier/入院前識別子
.... origin 0..1Reference(JP Core Location Profile | JP Core Organization Profile)The location/organization from which the patient came before admission/患者が入院する前に来院した場所/組織
.... admitSource 0..1CodeableConceptFrom where patient was admitted (physician referral, transfer)/患者がどこから入院したか(医師の紹介、転院)
Binding: AdmitSource (preferred): 患者が入院した場所から。 / From where the patient was admitted.

.... reAdmission 0..1CodeableConceptThe type of hospital re-admission that has occurred (if any). If the value is absent, then this is not identified as a readmission / 発生した病院の再入院のタイプ(もしあれば)、値がない場合これは再入院として識別されない
Binding: hl7VS-re-admissionIndicator (example): この入院遭遇の再入院の理由。 / The reason for re-admission of this hospitalization encounter.

.... dietPreference 0..*CodeableConceptDiet preferences reported by the patient / 患者から報告された食事の好み
Binding: Diet (example): ケータリングの要件を支援する医療、文化、または倫理的な食品の好み。 / Medical, cultural or ethical food preferences to help with catering requirements.


.... specialCourtesy 0..*CodeableConceptSpecial courtesies (VIP, board member) / 特別待遇(VIP、役員)
Binding: SpecialCourtesy (preferred): 特別な礼儀。 / Special courtesies.


.... specialArrangement 0..*CodeableConceptWheelchair, translator, stretcher, etc. / 車椅子、トランスレータ、ストレッチャなど
Binding: SpecialArrangements (preferred): 特別な手配。 / Special arrangements.


.... destination 0..1Reference(JP Core Location Profile | JP Core Organization Profile)Location/organization to which the patient is discharged / 患者が退院する場所・機関
.... dischargeDisposition 0..1CodeableConceptCategory or kind of location after discharge / 退院後の場所の区分や種類
Binding: DischargeDisposition (example): 放電処分。 / Discharge Disposition.

... location 0..*BackboneElementList of locations where the patient has been / 患者がいたことのある場所の一覧【詳細参照】
.... id 0..1string要素間参照のための一意のID / 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
.... location 1..1Reference(JP Core Location Profile)Location the encounter takes place / Encounterの場所
.... status 0..1code計画|アクティブ|予約済み|完了しました / planned | active | reserved | completed
Binding: EncounterLocationStatus (required): 場所のステータス。 / The status of the location.

.... physicalType 0..1CodeableConceptThe physical type of the location (usually the level in the location hierarchy - bed room ward etc.) / 場所の物理的なタイプ(通常は場所の階層のレベル - ベッド・病室・病棟など)
Binding: LocationType (example): 場所の物理的な形。 / Physical form of the location.

.... period 0..1PeriodTime period during which the patient was present at the location / 患者がその場所にいた期間
... serviceProvider 0..1Reference(JP Core Organization Profile)The organization (facility) responsible for this encounter / このEncounterに責任を持つ組織(施設)【詳細参照】
... partOf 0..1Reference(JP Core Encounter Profile)Another Encounter this encounter is part of / このEncounterが属するもう一つのEncounter【詳細参照】

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Encounter.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Encounter.statusrequiredFixed Value: finished
Encounter.statusHistory.statusrequiredEncounterStatus
Encounter.classextensibleActEncounterCode
Encounter.class.codeextensibleActEncounterCode
Encounter.classHistory.classextensibleActEncounterCode
Encounter.typeexampleEncounterType
Encounter.serviceTypeexampleServiceType
Encounter.priorityexampleActPriority
Encounter.participant.typeextensibleParticipantType
Encounter.reasonCodepreferredEncounterReasonCodes
Encounter.diagnosis.usepreferredDiagnosisRole
Encounter.hospitalization.admitSourcepreferredAdmitSource
Encounter.hospitalization.reAdmissionexampleHl7VSReAdmissionIndicator
Encounter.hospitalization.dietPreferenceexampleDiet
Encounter.hospitalization.specialCourtesypreferredSpecialCourtesy
Encounter.hospitalization.specialArrangementpreferredSpecialArrangements
Encounter.hospitalization.dischargeDispositionexampleDischargeDisposition
Encounter.location.statusrequiredEncounterLocationStatus
Encounter.location.physicalTypeexampleLocationType

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsすべてのFHIR要素には、@valueまたは子供が必要です / All FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensions両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from JP_Encounter

Summary

Mandatory: 2 elements
Must-Support: 9 elements
Fixed Value: 2 elements

Differential View

This structure is derived from JP_Encounter

NameFlagsCard.TypeDescription & Constraintsdoco
.. Encounter 0..*JP_EncounterAn interaction during which services are provided to the patient / 患者にサービスが提供されている間の相互作用
... status S1..1codeplanned | arrived | triaged | in-progress | onleave | finished | cancelled + / 予定|到着|トリアージ|進行中|保留中|終了|キャンセル+【詳細参照】
Fixed Value: finished
... class S1..1CodingClassification of patient encounter / 患者とのEncounterの分類【詳細参照】
.... system S1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v3-ActCode
.... code S1..1codeSymbol in syntax defined by the system
Binding: ActEncounterCode (extensible)
.... display S0..1stringRepresentation defined by the system
... classHistory 0..1BackboneElementList of past encounter classes / 過去のEncounter classのリスト【詳細参照】
... reasonCode S0..*CodeableConcept入院時主訴・入院理由。紹介する理由(主訴・目的)
.... coding
..... system S0..1uriIdentity of the terminology system
..... code S0..1codeSymbol in syntax defined by the system
.... text S0..1stringPlain text representation of the concept

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
Encounter.class.codeextensibleActEncounterCode

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Encounter 0..*JP_EncounterAn interaction during which services are provided to the patient / 患者にサービスが提供されている間の相互作用
... implicitRules ?!Σ0..1uriこのコンテンツが作成されたルールのセット / A set of rules under which this content was created
... associatedEncounter 0..1Reference(Encounter)関連するEncounter
URL: http://hl7.org/fhir/StructureDefinition/encounter-associatedEncounter
... modifierExtension ?!0..*Extension無視できない拡張機能 / Extensions that cannot be ignored
... status ?!SΣ1..1codeplanned | arrived | triaged | in-progress | onleave | finished | cancelled + / 予定|到着|トリアージ|進行中|保留中|終了|キャンセル+【詳細参照】
Binding: EncounterStatus (required): Encounterの現在の状態。 / Current state of the encounter.


Fixed Value: finished
... class SΣ1..1CodingClassification of patient encounter / 患者とのEncounterの分類【詳細参照】
Binding: ActEncounterCode (extensible): Encounterの分類。 / Classification of the encounter.

.... system SΣ1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v3-ActCode
.... code SΣ1..1codeSymbol in syntax defined by the system
Binding: ActEncounterCode (extensible)
.... display SΣ0..1stringRepresentation defined by the system
... classHistory 0..1BackboneElementList of past encounter classes / 過去のEncounter classのリスト【詳細参照】
.... modifierExtension ?!Σ0..*Extension認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
.... class 1..1Codinginpatient | outpatient | ambulatory | emergency + / 入院|外来|外来|救急+
Binding: ActEncounterCode (extensible): Encounterの分類。 / Classification of the encounter.

.... period 1..1PeriodThe time that the episode was in the specified class / 指定されたクラスにエピソードがあった時間
... reasonCode SΣ0..*CodeableConcept入院時主訴・入院理由。紹介する理由(主訴・目的)
Binding: EncounterReasonCodes (preferred): Encounterが起こる理由。 / Reason why the encounter takes place.


.... coding Σ0..*CodingCode defined by a terminology system
..... system SΣ0..1uriIdentity of the terminology system
..... code SΣ0..1codeSymbol in syntax defined by the system
.... text SΣ0..1stringPlain text representation of the concept

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Encounter.statusrequiredFixed Value: finished
Encounter.classextensibleActEncounterCode
Encounter.class.codeextensibleActEncounterCode
Encounter.classHistory.classextensibleActEncounterCode
Encounter.reasonCodepreferredEncounterReasonCodes

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorEncounterリソースが別のリソースに含まれている場合、ネストされたリソースを含めてはなりません / If the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorEncounterリソースが別のリソースに含まれている場合、それはリソースの他の場所から参照されるか、含有リソースを参照するものとします / 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-4errorEncounterリソースが別のリソースに含まれている場合、meta.versionidまたはmeta.lastupdatedを持たないものとします / 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-5errorEncounter別のリソースにリソースが含まれている場合、セキュリティラベルはありません / If a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceEncounterリソースには、堅牢な管理のための叙述(Narative)が必要です / A resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsすべてのFHIR要素には、@valueまたは子供が必要です / All FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensions両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both
: extension.exists() != value.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Encounter 0..*JP_EncounterAn interaction during which services are provided to the patient / 患者にサービスが提供されている間の相互作用
... id Σ0..1idこのアーティファクトの論理ID / Logical id of this artifact
... meta Σ0..1Metaリソースに関するメタデータ / Metadata about the resource
... implicitRules ?!Σ0..1uriこのコンテンツが作成されたルールのセット / A set of rules under which this content was created
... language 0..1codeリソースコンテンツの言語 / Language of the resource content
Binding: CommonLanguages (preferred): 人間の言語。 / A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1Narrative人間の解釈のためのリソースのテキスト概要 / Text summary of the resource, for human interpretation
... contained 0..*Resourceインラインリソースが含まれています / Contained, inline Resources
... Slices for extension 0..*Extension実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
... associatedEncounter 0..1Reference(Encounter)関連するEncounter
URL: http://hl7.org/fhir/StructureDefinition/encounter-associatedEncounter
... modifierExtension ?!0..*Extension無視できない拡張機能 / Extensions that cannot be ignored
... identifier Σ0..*IdentifierIdentifier(s) by which this encounter is known / このEncounterが知られている識別子(複数可)【詳細参照】
... status ?!SΣ1..1codeplanned | arrived | triaged | in-progress | onleave | finished | cancelled + / 予定|到着|トリアージ|進行中|保留中|終了|キャンセル+【詳細参照】
Binding: EncounterStatus (required): Encounterの現在の状態。 / Current state of the encounter.


Fixed Value: finished
... statusHistory 0..*BackboneElementList of past encounter statuses / 過去のEncounterのステータス一覧【詳細参照】
.... id 0..1string要素間参照のための一意のID / 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
.... status 1..1codeplanned | arrived | triaged | in-progress | onleave | finished | cancelled + / 予定|到着|トリアージ|進行中|保留中|終了|キャンセル+.
Binding: EncounterStatus (required): Encounterの現在の状態。 / Current state of the encounter.

.... period 1..1PeriodThe time that the episode was in the specified status / そのエピソードが指定された状態になっていた時間
... class SΣ1..1CodingClassification of patient encounter / 患者とのEncounterの分類【詳細参照】
Binding: ActEncounterCode (extensible): Encounterの分類。 / Classification of the encounter.

.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... system SΣ1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v3-ActCode
.... version Σ0..1stringVersion of the system - if relevant
.... code SΣ1..1codeSymbol in syntax defined by the system
Binding: ActEncounterCode (extensible)
.... display SΣ0..1stringRepresentation defined by the system
.... userSelected Σ0..1booleanIf this coding was chosen directly by the user
... classHistory 0..1BackboneElementList of past encounter classes / 過去のEncounter classのリスト【詳細参照】
.... id 0..1string要素間参照のための一意のID / 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
.... class 1..1Codinginpatient | outpatient | ambulatory | emergency + / 入院|外来|外来|救急+
Binding: ActEncounterCode (extensible): Encounterの分類。 / Classification of the encounter.

.... period 1..1PeriodThe time that the episode was in the specified class / 指定されたクラスにエピソードがあった時間
... type Σ0..*CodeableConceptSpecific type of encounter / Encounterの具体的なタイプ【詳細参照】
Binding: EncounterType (example): Encounterのタイプ。 / The type of encounter.


... serviceType Σ0..1CodeableConceptSpecific type of service / 具体的なサービスの種類【詳細参照】
Binding: ServiceType (example): 提供されるサービスの広範な分類。 / Broad categorization of the service that is to be provided.

... priority 0..1CodeableConceptIndicates the urgency of the encounter / このEncounterの緊急性を示す【詳細参照】
Binding: ActPriority (example): Encounterの緊急性を示します。 / Indicates the urgency of the encounter.

... subject Σ0..1Reference(JP Core Patient Profile | Group)The patient or group present at the encounter / このEncounterに立ち会う患者またはグループ【詳細参照】
... episodeOfCare Σ0..*Reference(EpisodeOfCare)Episode(s) of care that this encounter should be recorded against / このEncounterが記録されるべきケアのエピソード【詳細参照】
... basedOn 0..*Reference(ServiceRequest)The ServiceRequest that initiated this encounter / このEncounterを開始したServiceRequest【詳細参照】
... participant Σ0..*BackboneElementList of participants involved in the encounter / このEncounterに関わった参加者一覧【詳細参照】
.... id 0..1string要素間参照のための一意のID / 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
.... type Σ0..*CodeableConceptRole of participant in encounter / このEncounterにおける参加者の役割
Binding: ParticipantType (extensible): Encounterの参加者の役割。 / Role of participant in encounter.


.... period 0..1PeriodPeriod of time during the encounter that the participant participated / この参加者が参加したEncounterの中での期間
.... individual Σ0..1Reference(JP Core Practitioner Profile | JP Core PractitionerRole Profile | RelatedPerson)Persons involved in the encounter other than the patient / 患者以外のこのEncounterに関わった人
... appointment Σ0..*Reference(Appointment)The appointment that scheduled this encounter / このEncounterをスケジュールした予定【詳細参照】
... period 0..1PeriodThe start and end time of the encounter / このEncounterの開始時間と終了時間【詳細参照】
... length 0..1DurationQuantity of time the encounter lasted (less time absent) / Encounterが続いた時間の量(欠席時間が少ない)【詳細参照】
... reasonCode SΣ0..*CodeableConcept入院時主訴・入院理由。紹介する理由(主訴・目的)
Binding: EncounterReasonCodes (preferred): Encounterが起こる理由。 / Reason why the encounter takes place.


.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ0..*CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ0..1uriIdentity of the terminology system
..... version Σ0..1stringVersion of the system - if relevant
..... code SΣ0..1codeSymbol in syntax defined by the system
..... display Σ0..1stringRepresentation defined by the system
..... userSelected Σ0..1booleanIf this coding was chosen directly by the user
.... text SΣ0..1stringPlain text representation of the concept
... reasonReference Σ0..*Reference(JP Core Condition Profile | JP Core Procedure Profile | JP Core Observation Common Profile | ImmunizationRecommendation)Reason the encounter takes place (reference) Encounterがあった理由【詳細参照】
... diagnosis Σ0..*BackboneElementThe list of diagnosis relevant to this encounter / このEncounterに関連する診断名のリスト【詳細参照】
.... id 0..1string要素間参照のための一意のID / 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
.... condition Σ1..1Reference(JP Core Condition Profile | JP Core Procedure Profile)The diagnosis or procedure relevant to the encounter / Encounterに関連する診断または処置
.... use 0..1CodeableConceptRole that this diagnosis has within the encounter (e.g. admission, billing, discharge …) / この診断名がある受診機会において持っている役割(例えば、入院、請求、退院...)
Binding: DiagnosisRole (preferred): この状態が表す診断のタイプ。 / The type of diagnosis this condition represents.

.... rank 0..1positiveIntRanking of the diagnosis (for each role type) / 診断名の順位(役割別)
... account 0..*Reference(Account)The set of accounts that may be used for billing for this Encounter / あるEncounterの請求に使用される会計セット【詳細参照】
... hospitalization 0..1BackboneElementDetails about the admission to a healthcare service/医療機関への入院に関する詳細【詳細参照】
.... id 0..1string要素間参照のための一意のID / 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
.... preAdmissionIdentifier 0..1IdentifierPre-admission identifier/入院前識別子
.... origin 0..1Reference(JP Core Location Profile | JP Core Organization Profile)The location/organization from which the patient came before admission/患者が入院する前に来院した場所/組織
.... admitSource 0..1CodeableConceptFrom where patient was admitted (physician referral, transfer)/患者がどこから入院したか(医師の紹介、転院)
Binding: AdmitSource (preferred): 患者が入院した場所から。 / From where the patient was admitted.

.... reAdmission 0..1CodeableConceptThe type of hospital re-admission that has occurred (if any). If the value is absent, then this is not identified as a readmission / 発生した病院の再入院のタイプ(もしあれば)、値がない場合これは再入院として識別されない
Binding: hl7VS-re-admissionIndicator (example): この入院遭遇の再入院の理由。 / The reason for re-admission of this hospitalization encounter.

.... dietPreference 0..*CodeableConceptDiet preferences reported by the patient / 患者から報告された食事の好み
Binding: Diet (example): ケータリングの要件を支援する医療、文化、または倫理的な食品の好み。 / Medical, cultural or ethical food preferences to help with catering requirements.


.... specialCourtesy 0..*CodeableConceptSpecial courtesies (VIP, board member) / 特別待遇(VIP、役員)
Binding: SpecialCourtesy (preferred): 特別な礼儀。 / Special courtesies.


.... specialArrangement 0..*CodeableConceptWheelchair, translator, stretcher, etc. / 車椅子、トランスレータ、ストレッチャなど
Binding: SpecialArrangements (preferred): 特別な手配。 / Special arrangements.


.... destination 0..1Reference(JP Core Location Profile | JP Core Organization Profile)Location/organization to which the patient is discharged / 患者が退院する場所・機関
.... dischargeDisposition 0..1CodeableConceptCategory or kind of location after discharge / 退院後の場所の区分や種類
Binding: DischargeDisposition (example): 放電処分。 / Discharge Disposition.

... location 0..*BackboneElementList of locations where the patient has been / 患者がいたことのある場所の一覧【詳細参照】
.... id 0..1string要素間参照のための一意のID / 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
.... location 1..1Reference(JP Core Location Profile)Location the encounter takes place / Encounterの場所
.... status 0..1code計画|アクティブ|予約済み|完了しました / planned | active | reserved | completed
Binding: EncounterLocationStatus (required): 場所のステータス。 / The status of the location.

.... physicalType 0..1CodeableConceptThe physical type of the location (usually the level in the location hierarchy - bed room ward etc.) / 場所の物理的なタイプ(通常は場所の階層のレベル - ベッド・病室・病棟など)
Binding: LocationType (example): 場所の物理的な形。 / Physical form of the location.

.... period 0..1PeriodTime period during which the patient was present at the location / 患者がその場所にいた期間
... serviceProvider 0..1Reference(JP Core Organization Profile)The organization (facility) responsible for this encounter / このEncounterに責任を持つ組織(施設)【詳細参照】
... partOf 0..1Reference(JP Core Encounter Profile)Another Encounter this encounter is part of / このEncounterが属するもう一つのEncounter【詳細参照】

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Encounter.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Encounter.statusrequiredFixed Value: finished
Encounter.statusHistory.statusrequiredEncounterStatus
Encounter.classextensibleActEncounterCode
Encounter.class.codeextensibleActEncounterCode
Encounter.classHistory.classextensibleActEncounterCode
Encounter.typeexampleEncounterType
Encounter.serviceTypeexampleServiceType
Encounter.priorityexampleActPriority
Encounter.participant.typeextensibleParticipantType
Encounter.reasonCodepreferredEncounterReasonCodes
Encounter.diagnosis.usepreferredDiagnosisRole
Encounter.hospitalization.admitSourcepreferredAdmitSource
Encounter.hospitalization.reAdmissionexampleHl7VSReAdmissionIndicator
Encounter.hospitalization.dietPreferenceexampleDiet
Encounter.hospitalization.specialCourtesypreferredSpecialCourtesy
Encounter.hospitalization.specialArrangementpreferredSpecialArrangements
Encounter.hospitalization.dischargeDispositionexampleDischargeDisposition
Encounter.location.statusrequiredEncounterLocationStatus
Encounter.location.physicalTypeexampleLocationType

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsすべてのFHIR要素には、@valueまたは子供が必要です / All FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensions両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from JP_Encounter

Summary

Mandatory: 2 elements
Must-Support: 9 elements
Fixed Value: 2 elements

 

Other representations of profile: CSV, Excel, Schematron